We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e21733 commit 59e8ae8Copy full SHA for 59e8ae8
php/tests/WebhookTest.php
@@ -58,7 +58,7 @@ public function testBadlyFormattedSignatureThrowsException()
58
$this->expectExceptionMessage("No matching signature found");
59
60
$testPayload = new TestPayload(time());
61
- $testPayload->header['svix-signature'] = 'BAD_SIG_NA_TURE';
+ $testPayload->header['svix-signature'] = 'BAD_SIG_NATURE';
62
63
$wh = new \Svix\Webhook($testPayload->secret);
64
$wh->verify($testPayload->payload, $testPayload->header);
0 commit comments