UNPKG

@unito/integration-debugger

Version:

The Unito Integration Debugger

11 lines (10 loc) 382 B
import * as CrawlerDriver from '../crawlerDriver'; /** * Check: Validate GetItem NotFound error code * * The Specification defines specific error codes that can be returned in case of failure for a given action * This check will generate invalid GetItem request and expects to receive a 404 error code. * */ declare const check: CrawlerDriver.StepCheck; export default check;