Updated unit test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2023-01-24 11:57:08 +01:00
parent 70cc83b8bf
commit 388af5110f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ describe('component vnUserDescriptor', () => {
controller.newPassword = 'foo';
controller.repeatPassword = 'foo';
$httpBackend.expectPATCH('Accounts/1/setPassword').respond();
$httpBackend.expectPATCH('VnUsers/1/setPassword').respond();
controller.onPassChange();
$httpBackend.flush();