Skip to content

Commit d941c86

Browse files
fix(test): mock verifyWebhook to bypass signature validation in unit tests
1 parent 92b3322 commit d941c86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/slack/test/unit.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const proxyquire = require('proxyquire').noCallThru();
1919
const assert = require('assert');
2020

2121
const {getFunction} = require('@google-cloud/functions-framework/testing');
22-
const {verifyWebhook} = require('..');
2322

2423
const method = 'POST';
2524
const query = 'giraffe';

0 commit comments

Comments
 (0)