mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +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());
|
this.window.trigger('message', buildMessage());
|
||||||
await settled();
|
await settled();
|
||||||
assert.equal(this.selectedAuth, 'token', 'calls onSelectedAuth with token');
|
|
||||||
assert.equal(this.token, 'token', 'calls onToken with token');
|
assert.equal(this.token, 'token', 'calls onToken with token');
|
||||||
assert.ok(this.handler.calledOnce, 'calls the onSubmit handler');
|
assert.ok(this.handler.calledOnce, 'calls the onSubmit handler');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user