Skip to content

Commit

Permalink
Task detail test default namespace link for test
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed May 13, 2022
1 parent 1efdb97 commit 8ee9fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/acceptance/task-detail-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module('Acceptance | task detail', function (hooks) {
await Layout.breadcrumbFor('jobs.job.task-group').visit();
assert.equal(
currentURL(),
`/jobs/${job.id}/${taskGroup}`,
`/jobs/${job.id}@default/${taskGroup}`,
'Task Group breadcrumb links correctly'
);

Expand Down

0 comments on commit 8ee9fde

Please sign in to comment.