From 22dfc073c8784b24622d41a5ff14b5357efc4019 Mon Sep 17 00:00:00 2001 From: Jordan Reimer Date: Fri, 18 Mar 2022 13:09:49 -0600 Subject: [PATCH] removes test assertion for method removed from auth-jwt component --- ui/tests/integration/components/auth-jwt-test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/tests/integration/components/auth-jwt-test.js b/ui/tests/integration/components/auth-jwt-test.js index 7f573a96f62a..9c8582fd7b5f 100644 --- a/ui/tests/integration/components/auth-jwt-test.js +++ b/ui/tests/integration/components/auth-jwt-test.js @@ -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'); });