Skip to content

Commit

Permalink
Testfix: job editor test looks for requests with namespace applied on…
Browse files Browse the repository at this point in the history
… plan
  • Loading branch information
philrenaud committed Jul 11, 2022
1 parent 7939bb8 commit fce54f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/integration/components/job-editor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ module('Integration | Component | job-editor', function (hooks) {
await planJob(spec);
const requests = this.server.pretender.handledRequests.mapBy('url');
assert.ok(
requests.includes('/v1/jobs/parse'),
requests.includes('/v1/jobs/parse?namespace=*'),
'HCL job spec is parsed first'
);
assert.ok(
Expand Down

0 comments on commit fce54f9

Please sign in to comment.