Skip to content

Commit

Permalink
update functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Apr 8, 2021
1 parent 8b30236 commit 8d84200
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,9 @@ export default function ({ getService }: FtrProviderContext) {

expect(body).to.eql({
error: 'Not Found',
message: 'Not Found',
message: 'Response Error',
statusCode: 404,
attributes: {},
});
});
});
Expand Down

0 comments on commit 8d84200

Please sign in to comment.