Commit 716a608f by Brittney Exline

adding suggested test case

parent f844510b
...@@ -1071,7 +1071,7 @@ class RegistrationViewTest(ThirdPartyAuthTestMixin, UserAPITestCase): ...@@ -1071,7 +1071,7 @@ class RegistrationViewTest(ThirdPartyAuthTestMixin, UserAPITestCase):
@ddt.data( @ddt.data(
('pk', 'PK', 'Bob123', 'Bob123'), ('pk', 'PK', 'Bob123', 'Bob123'),
('Pk', 'PK', 'Bob123', 'Bob123'), ('Pk', 'PK', None, ''),
('pK', 'PK', 'Bob123@edx.org', 'Bob123_edx_org'), ('pK', 'PK', 'Bob123@edx.org', 'Bob123_edx_org'),
('PK', 'PK', 'Bob123123123123123123123123123123123123', 'Bob123123123123123123123123123'), ('PK', 'PK', 'Bob123123123123123123123123123123123123', 'Bob123123123123123123123123123'),
('us', 'US', 'Bob-1231231&23123+1231(2312312312@3123123123', 'Bob-1231231_23123_1231_2312312'), ('us', 'US', 'Bob-1231231&23123+1231(2312312312@3123123123', 'Bob-1231231_23123_1231_2312312'),
......
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