Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Oct 4, 2024
1 parent dd8072b commit 4c5550d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('should accept webhook challenge GET /api/signups/info/facebook', () =>
expect(res._getData()).not.toBe(challengeCode);
});

test('should not accept an incoming webhook if `FB_WEBHOOK_TOKEN` is missing but technically "match"', async () => {
test('should not accept an incoming webhook if `FB_WEBHOOK_TOKEN` is "missing" but technically "match"', async () => {
process.env.FB_WEBHOOK_TOKEN = '';
const challengeCode = Math.random().toString(36).substring(2);
const { req, res } = createMocks({
Expand Down

0 comments on commit 4c5550d

Please sign in to comment.