Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip committed Jan 23, 2025
1 parent 4257c9f commit c5529b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ module('Acceptance | aws | configuration', function (hooks) {
});

test('it shows a flash message error and transitions if lease configuration errored on save', async function (assert) {
assert.expect(1);
assert.expect(2);
const path = `aws-${this.uid}`;
await enablePage.enable('aws', path);

Expand All @@ -408,7 +408,7 @@ module('Acceptance | aws | configuration', function (hooks) {
);
assert.strictEqual(
currentURL(),
`/vault/secrets/${path}/configuration/index`,
`/vault/secrets/${path}/configuration`,
'lease configuration failed to save but the component transitioned as expected'
);
// cleanup
Expand Down

0 comments on commit c5529b4

Please sign in to comment.