Updated unit test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
70cc83b8bf
commit
388af5110f
|
@ -50,7 +50,7 @@ describe('component vnUserDescriptor', () => {
|
||||||
controller.newPassword = 'foo';
|
controller.newPassword = 'foo';
|
||||||
controller.repeatPassword = 'foo';
|
controller.repeatPassword = 'foo';
|
||||||
|
|
||||||
$httpBackend.expectPATCH('Accounts/1/setPassword').respond();
|
$httpBackend.expectPATCH('VnUsers/1/setPassword').respond();
|
||||||
controller.onPassChange();
|
controller.onPassChange();
|
||||||
$httpBackend.flush();
|
$httpBackend.flush();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue