Skip to content

Commit

Permalink
ACMS-4206: Fix site studio failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Sep 20, 2024
1 parent 64751cb commit d60d476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function providerRoleExistNotExist(): array {
* @throws \Exception
*/
public static function providerBasicPermissions(): array {
$instance = new static();
$instance = new static('test');
return [
[
'developer',
Expand Down

0 comments on commit d60d476

Please sign in to comment.