diff --git a/tests/src/Provider/KangarooTest.php b/tests/src/Provider/KangarooTest.php index 0823328..9b65ff7 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(['manage-all'], $this->provider->getDefaultScopes()); + $this->assertEquals(['full-access'], $this->provider->getDefaultScopes()); } public function testResourceOwner()