Skip to content

Commit

Permalink
fix test for laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
veneliniliev committed Jan 20, 2020
1 parent e5a5d50 commit 9497745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WebhookControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function it_can_work_with_an_alternative_signature_validator()

$this
->postJson('incoming-webhooks', $this->payload, [])
->assertOk();
->assertStatus(200);

config()->set('webhook-client.configs.0.signature_validator', NothingIsValidSignatureValidator::class);
$this->refreshWebhookConfigRepository();
Expand Down

0 comments on commit 9497745

Please sign in to comment.