Correct logistration GET parameter preservation test case

This commit is contained in:
Renzo Lucioni
2015-06-22 16:25:52 -04:00
parent 44e13af6be
commit f78d45080d

View File

@@ -239,7 +239,7 @@ class StudentAccountLoginAndRegistrationTest(UrlResetMixin, ModuleStoreTestCase)
@ddt.data(
(False, "account_login"),
(False, "account_login"),
(False, "account_register"),
(True, "account_login"),
(True, "account_register"),
)