removes test assertion for method removed from auth-jwt component (#14595)

This commit is contained in:
Jordan Reimer
2022-03-18 15:11:16 -06:00
committed by GitHub
parent 02c3ec92bb
commit d13a469f07

View File

@@ -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');
});