refs #4074 fixing front tests
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-04-19 12:49:14 +02:00
parent 827fc7bacd
commit fd21a03c01
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',