Skip to content

Commit

Permalink
change default scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ursuleacv committed May 1, 2017
1 parent 7f3b005 commit e0f44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Provider/KangarooTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e0f44ad

Please sign in to comment.