Skip to content

Commit c3f1726

Browse files
committed
TEST
1 parent cfa7275 commit c3f1726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/validate.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('client report-image validation', () => {
88
} catch (error) {
99
expect(error.message).toBe(`Validation Error: ["CF_API_KEY must be provided as environment variable.",` +
1010
`"CF_IMAGE must be provided as environment variable.",`+
11-
`"CF_HOST must be provided as app-proxy http/s address"]`)
11+
`"CF_HOST must be provided as app-proxy http/s address TEST"]`)
1212
return
1313
}
1414
fail(`should have thrown Validation Error`)

0 commit comments

Comments
 (0)