refactor sintaxis

This commit is contained in:
Bernat Exposito Domenech 2020-01-08 11:00:50 +01:00
parent d1408b812a
commit 36108038df
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ describe('Component VnClientWebAccess', () => {
});
describe('isCustomer()', () => {
it('should return a true if the password can be modified', () => {
it('should return true if the password can be modified', () => {
controller.client = {id: '1234'};
$httpBackend.expectGET(`Clients/${controller.client.id}/hasCustomerRole`).respond({isCustomer: true});