Skip to content

Commit f030e75

Browse files
committed
Updated tests to reflect changes in code
1 parent f9e477a commit f030e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OAuthFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function test_invalid_filter_with_no_scope()
2626

2727
$response = $this->getFilter()->filter('', '');
2828
$this->assertTrue($response instanceof Illuminate\Http\JsonResponse);
29-
$this->assertTrue($response->isForbidden());
29+
$this->assertEquals('401', $response->getStatusCode());
3030

3131
}
3232

0 commit comments

Comments
 (0)