Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 22, 2018
1 parent b6fc316 commit c99911f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Routing/UrlSigningTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function test_signed_middleware_with_invalid_url()
Carbon::setTestNow(Carbon::create(2018, 1, 1)->addMinutes(10));

$response = $this->get($url);
$response->assertStatus(401);
$response->assertStatus(403);
}

public function test_signed_middleware_with_routable_parameter()
Expand Down

0 comments on commit c99911f

Please sign in to comment.