This commit is contained in:
parent
827fc7bacd
commit
fd21a03c01
|
@ -15,7 +15,7 @@ describe('Directive acl', () => {
|
|||
{role: {name: 'myOtherRole'}}
|
||||
]
|
||||
});
|
||||
$httpBackend.whenPOST('Accounts/user/acl').respond([
|
||||
$httpBackend.whenPOST('VnUsers/user/acl').respond([
|
||||
{
|
||||
id: 1,
|
||||
model: 'ModelExample',
|
||||
|
|
|
@ -11,7 +11,7 @@ describe('Service acl', () => {
|
|||
{role: {name: 'baz'}}
|
||||
]
|
||||
});
|
||||
$httpBackend.whenPOST('Accounts/user/acl').respond([
|
||||
$httpBackend.whenPOST('VnUsers/user/acl').respond([
|
||||
{
|
||||
id: 1,
|
||||
model: 'ModelExample',
|
||||
|
|
Loading…
Reference in New Issue