Skip to content

Commit

Permalink
Fixed tests: access-reseller was added to mighty user
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Feb 13, 2019
1 parent a824fc3 commit d1bf2b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/CheckAccessTrait.php
Expand Up @@ -278,7 +278,8 @@ public function testMighty()
$this->auth->setAssignments('role:admin,role:manager,role:document.master,role:finance.master,role:stock.master,domain.freeze,domain.force-push,domain.delete,employee.read,domain.force-send-foa,deny:deposit', 'user:mighty');

$this->assertAccesses('user:mighty', [
'access-subclients', 'support', 'manage', 'admin',
'access-subclients', 'access-reseller',
'support', 'manage', 'admin',
'ticket.read', 'ticket.create', 'ticket.answer', 'ticket.close', 'ticket.update', 'ticket.delete',
'client.read', 'client.create', 'client.update', 'client.delete', 'client.list',
'client.set-tmp-pwd', 'contact.set-verified', 'client.block', 'client.unblock',
Expand Down

0 comments on commit d1bf2b1

Please sign in to comment.