Skip to content

Commit

Permalink
test: update error snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Oct 5, 2023
1 parent 3c626a6 commit f9d3119
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integration/new-request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ describe('Test Testing Farm POST /requests', () => {
api_key: 'api_key',
test: {},
});
await expect(response).rejects.toThrowErrorMatchingInlineSnapshot(
'"{\\"errors\\":{\\"test\\":\\"Only one of test type \'fmf\', \'script\' or \'sti\' can be specified in \'test\' field.\\"}}"'
);
await expect(response).rejects.toThrowErrorMatchingInlineSnapshot('"{\\"errors\\":{\\"test\\":\\"Only one of test type \'fmf\', \'tmt\', \'script\' or \'sti\' can be specified in \'test\' field.\\"}}"');
});
});

0 comments on commit f9d3119

Please sign in to comment.