We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d58e01 commit eabfefbCopy full SHA for eabfefb
addon-test-support/index.js
@@ -24,7 +24,6 @@ function ensureAuthenticator(owner) {
24
export function authenticateSession(sessionData) {
25
const { owner } = getContext();
26
const session = owner.lookup(SESSION_SERVICE_KEY);
27
- owner.setupRouter(); // router must initialize fully before authentication
28
ensureAuthenticator(owner);
29
return session.authenticate(TEST_CONTAINER_KEY, sessionData).then(() => {
30
return settled();
0 commit comments