Skip to content

Commit

Permalink
backport of commit 22dfc07 (#14598)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
  • Loading branch information
hc-github-team-secure-vault-core and zofskeez committed Mar 18, 2022
1 parent 1be207c commit 9de5ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/tests/integration/components/auth-jwt-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ module('Integration | Component | auth jwt', function (hooks) {
});
this.window.trigger('message', buildMessage());
await settled();
assert.equal(this.selectedAuth, 'token', 'calls onSelectedAuth with token');
assert.equal(this.token, 'token', 'calls onToken with token');
assert.ok(this.handler.calledOnce, 'calls the onSubmit handler');
});
Expand Down

0 comments on commit 9de5ff5

Please sign in to comment.