We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fc316 commit c99911fCopy full SHA for c99911f
tests/Integration/Routing/UrlSigningTest.php
@@ -61,7 +61,7 @@ public function test_signed_middleware_with_invalid_url()
61
Carbon::setTestNow(Carbon::create(2018, 1, 1)->addMinutes(10));
62
63
$response = $this->get($url);
64
- $response->assertStatus(401);
+ $response->assertStatus(403);
65
}
66
67
public function test_signed_middleware_with_routable_parameter()
0 commit comments