Commit ba24c029 by Renzo Lucioni

Merge pull request #8626 from edx/renzo/fix-test-case

Correct logistration GET parameter preservation test case
parents 44e13af6 f78d4508
......@@ -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"),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment