We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5071937 commit f7ef3ccCopy full SHA for f7ef3cc
tests/Services/PermissionClientTest.php renamed to tests/Services/PermissionsClientTest.php
@@ -64,6 +64,6 @@ public function retrieves_access_for_any_user_model()
64
65
$this->assertEquals(['admin'], $access['roles']);
66
$this->assertEquals(['edit.posts'], $access['permissions']);
67
- $this->assertSame('/auth/permissions/5', $this->gateway->getCalls()[0]['uri']);
+ $this->assertSame('/permissions/5', $this->gateway->getCalls()[0]['uri']);
68
}
69
0 commit comments