Skip to content

Commit f61621d

Browse files
committed
Update test
1 parent dde8702 commit f61621d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/ember/tests/routing/decoupled_basic_test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,11 @@ moduleFor(
698698
// if we transition in this test we will receive failures
699699
// if the tests are run from a static file
700700
_doURLTransition() {
701-
return RSVP.resolve('');
701+
return {
702+
followRedirects() {
703+
return RSVP.resolve('');
704+
},
705+
};
702706
},
703707
});
704708

0 commit comments

Comments
 (0)