diff --git a/__tests__/cmds/openapi.test.js b/__tests__/cmds/openapi.test.js index 2fc7b3e8c..ef6e600ae 100644 --- a/__tests__/cmds/openapi.test.js +++ b/__tests__/cmds/openapi.test.js @@ -409,7 +409,7 @@ describe('rdme openapi', () => { .post('/api/v1/api-specification', { registryUUID }) .delayConnection(1000) .basicAuth({ user: key }) - .reply(500, errorObject); + .reply(400, errorObject); await expect( openapi.run({