Skip to content

Commit

Permalink
Account for 403 on mocked agent members req
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Nov 1, 2024
1 parent d80d17c commit e9d148b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/tests/unit/adapters/job-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ module('Unit | Adapter | Job', function (hooks) {
});

test('when the region is set to the default region, requests are made without the region query param', async function (assert) {
const secret = 'here is the secret';
this.subject().set('token.secret', secret);

await this.initializeUI({ region: 'region-1' });

const { pretender } = this.server;
Expand Down

0 comments on commit e9d148b

Please sign in to comment.