We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89107ba commit d63bcf3Copy full SHA for d63bcf3
src/__tests__/validate.spec.ts
@@ -16,7 +16,7 @@ describe('client report-image validation', () => {
16
try {
17
validate({ CF_API_KEY: '1', alsoIgnored: 'ignored', IGNORED: 'ignored too', CF_IMAGE: 'testImage', CF_HOST: `host.io`, CF_RUNTIME_NAME: 'runtime' })
18
} catch (error) {
19
- const expectedErrorMsg = 'Validation Error: ["You can only specify CF_RUNTIME_NAME or CF_HOST. please delete one of them."]'
+ const expectedErrorMsg = '["You can only specify CF_RUNTIME_NAME or CF_HOST. please delete one of them."]'
20
expect(error.message).toBe(expectedErrorMsg)
21
return
22
}
0 commit comments