From e0f44ad40760201e6f0aaf33f1b7af6e540dd060 Mon Sep 17 00:00:00 2001 From: Valentin Ursuleac Date: Mon, 1 May 2017 17:10:26 -0400 Subject: [PATCH] change default scope --- tests/src/Provider/KangarooTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()