diff --git a/packages/@ember/-internals/routing/tests/system/router_test.js b/packages/@ember/-internals/routing/tests/system/router_test.js index efb0daeb531..fcad45e2bc6 100644 --- a/packages/@ember/-internals/routing/tests/system/router_test.js +++ b/packages/@ember/-internals/routing/tests/system/router_test.js @@ -124,7 +124,7 @@ moduleFor( rootURL: '/rootdir/', }, }); - }, /Router location 'auto' is deprecated/); + }); } ['@test Router._routePath should consume identical prefixes'](assert) { @@ -206,7 +206,7 @@ moduleFor( rootURL: '/rootdir/', }, }); - }, /Router location 'auto' is deprecated/); + }); } ['@test Router#handleURL should remove any #hashes before doing URL transition'](assert) {