We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e477a commit f030e75Copy full SHA for f030e75
tests/OAuthFilterTest.php
@@ -26,7 +26,7 @@ public function test_invalid_filter_with_no_scope()
26
27
$response = $this->getFilter()->filter('', '');
28
$this->assertTrue($response instanceof Illuminate\Http\JsonResponse);
29
- $this->assertTrue($response->isForbidden());
+ $this->assertEquals('401', $response->getStatusCode());
30
31
}
32
0 commit comments