mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
removes test assertion for method removed from auth-jwt component (#14595)
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user