Skip to content

Commit

Permalink
backport of commit 22dfc07 (#14600)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Reimer <[email protected]>
  • Loading branch information
1 parent 0e8b315 commit 88c8e85
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 88c8e85

Please sign in to comment.