Skip to content

Commit

Permalink
fixing test scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
ursuleacv committed Nov 12, 2016
1 parent 6a9f8c9 commit 63a821a
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(['manage-all'], $this->provider->getDefaultScopes());
$this->assertEquals(['full-access'], $this->provider->getDefaultScopes());
}

public function testResourceOwner()
Expand Down

0 comments on commit 63a821a

Please sign in to comment.