diff --git a/tests/WebhookControllerTest.php b/tests/WebhookControllerTest.php index 6622b67..8b1fef4 100644 --- a/tests/WebhookControllerTest.php +++ b/tests/WebhookControllerTest.php @@ -91,7 +91,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();