adding suggested test case
This commit is contained in:
@@ -1071,7 +1071,7 @@ class RegistrationViewTest(ThirdPartyAuthTestMixin, UserAPITestCase):
|
||||
|
||||
@ddt.data(
|
||||
('pk', 'PK', 'Bob123', 'Bob123'),
|
||||
('Pk', 'PK', 'Bob123', 'Bob123'),
|
||||
('Pk', 'PK', None, ''),
|
||||
('pK', 'PK', 'Bob123@edx.org', 'Bob123_edx_org'),
|
||||
('PK', 'PK', 'Bob123123123123123123123123123123123123', 'Bob123123123123123123123123123'),
|
||||
('us', 'US', 'Bob-1231231&23123+1231(2312312312@3123123123', 'Bob-1231231_23123_1231_2312312'),
|
||||
|
||||
Reference in New Issue
Block a user