mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
fix: job-versions-test
We need to adapt the test due to recent namespace changes.
This commit is contained in:
@@ -30,7 +30,7 @@ module('Acceptance | job versions', function (hooks) {
|
||||
const managementToken = server.create('token');
|
||||
window.localStorage.nomadTokenSecret = managementToken.secretId;
|
||||
|
||||
await Versions.visit({ id: job.id, namespace: namespace.id });
|
||||
await Versions.visit({ id: `${job.id}@${namespace.id}` });
|
||||
});
|
||||
|
||||
test('it passes an accessibility audit', async function (assert) {
|
||||
|
||||
Reference in New Issue
Block a user