Skip to content

Commit eabfefb

Browse files
marcoowTurbo87
authored andcommitted
remove manual router setup (#1548)
1 parent 5d58e01 commit eabfefb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addon-test-support/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function ensureAuthenticator(owner) {
2424
export function authenticateSession(sessionData) {
2525
const { owner } = getContext();
2626
const session = owner.lookup(SESSION_SERVICE_KEY);
27-
owner.setupRouter(); // router must initialize fully before authentication
2827
ensureAuthenticator(owner);
2928
return session.authenticate(TEST_CONTAINER_KEY, sessionData).then(() => {
3029
return settled();

0 commit comments

Comments
 (0)