Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Apr 18, 2024
1 parent ba1c95f commit 3819dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/api/task.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('shared/api/task.service.ts', () => {
expect(httpParams.get('name')).toEqual('bar');
expect(httpParams.get('page')).toEqual('0');
expect(httpParams.get('size')).toEqual('20');
expect(httpUri).toEqual('/tasks/executions');
expect(httpUri).toEqual('/tasks/thinexecutions');
});

it('getExecution', () => {
Expand Down

0 comments on commit 3819dfb

Please sign in to comment.