chore: refs #7323 fix test
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-09-06 16:04:40 +02:00
parent eb11e18df5
commit 6065c056e2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ describe('vnWorkerDescriptor', () => {
const response = 'foo';
$httpBackend.whenGET('UserConfigs/getUserConfig').respond({});
$httpBackend.expectRoute('GET', `Workers/${id}`).respond(response);
$httpBackend.expectRoute('GET', 'Workers/descriptor').respond(response);
controller.id = id;
$httpBackend.flush();