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 d038793 commit 213e697Copy full SHA for 213e697
1 file changed
app/sprinkles/account/tests/Integration/AuthorizationManagerTest.php
@@ -131,7 +131,7 @@ public function testCheckAccess_withNormalUser()
131
$authLogger->shouldReceive('debug')->once()->with('No matching permissions found. Access denied.');
132
$authLogger->shouldReceive('debug')->times(2);
133
134
- $this->assertFalse($this->getManager()->checkAccess($user, 'foo'));
+ $this->assertFalse($this->getManager()->checkAccess($user, 'blah'));
135
}
136
137
/**
0 commit comments