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