diff --git a/test/integration/new-request.test.ts b/test/integration/new-request.test.ts index 8e18f8b..cd55811 100644 --- a/test/integration/new-request.test.ts +++ b/test/integration/new-request.test.ts @@ -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.\\"}}"'); }); });