Skip to content

Commit 59e8ae8

Browse files
authored
Update php/tests/WebhookTest.php
1 parent 5e21733 commit 59e8ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/tests/WebhookTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testBadlyFormattedSignatureThrowsException()
5858
$this->expectExceptionMessage("No matching signature found");
5959

6060
$testPayload = new TestPayload(time());
61-
$testPayload->header['svix-signature'] = 'BAD_SIG_NA_TURE';
61+
$testPayload->header['svix-signature'] = 'BAD_SIG_NATURE';
6262

6363
$wh = new \Svix\Webhook($testPayload->secret);
6464
$wh->verify($testPayload->payload, $testPayload->header);

0 commit comments

Comments
 (0)