We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b24d4 commit 2bcba6cCopy full SHA for 2bcba6c
1 file changed
src/validate.spec.ts
@@ -35,7 +35,7 @@ describe("Validate", () => {
35
options: undefined,
36
expected: [
37
false,
38
- "Host parameter must be defined when using Self-Hosted App Key.",
+ "Host parameter must be defined when using Self-Hosted App Key",
39
],
40
},
41
].forEach(({ platform, appKey, options, expected }) => {
0 commit comments