diff --git a/tests/src/Provider/KangarooTest.php b/tests/src/Provider/KangarooTest.php index 3a84d62..faf7e10 100644 --- a/tests/src/Provider/KangarooTest.php +++ b/tests/src/Provider/KangarooTest.php @@ -86,7 +86,7 @@ public function testTryingToRefreshAnAccessTokenWillThrow() public function testScopes() { - $this->assertEquals(['all'], $this->provider->getDefaultScopes()); + $this->assertEquals(['admin'], $this->provider->getDefaultScopes()); } public function testResourceOwner()