Skip to content

Commit c99911f

Browse files
committed
fix test
1 parent b6fc316 commit c99911f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Routing/UrlSigningTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function test_signed_middleware_with_invalid_url()
6161
Carbon::setTestNow(Carbon::create(2018, 1, 1)->addMinutes(10));
6262

6363
$response = $this->get($url);
64-
$response->assertStatus(401);
64+
$response->assertStatus(403);
6565
}
6666

6767
public function test_signed_middleware_with_routable_parameter()

0 commit comments

Comments
 (0)