Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Nov 14, 2023
1 parent 55b24d4 commit 2bcba6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe("Validate", () => {
options: undefined,
expected: [
false,
"Host parameter must be defined when using Self-Hosted App Key.",
"Host parameter must be defined when using Self-Hosted App Key",
],
},
].forEach(({ platform, appKey, options, expected }) => {
Expand Down

0 comments on commit 2bcba6c

Please sign in to comment.