Skip to content

Commit

Permalink
removes test assertion for method removed from auth-jwt component
Browse files Browse the repository at this point in the history
  • Loading branch information
zofskeez committed Mar 18, 2022
1 parent aaf3ce8 commit 22dfc07
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 22dfc07

Please sign in to comment.