Skip to content

Commit 1dfce21

Browse files
Hotfix: Revert master to when PR 1427 was merged. Revert some variables in create_test_user_and_application to ensure local selenium tests pass
1 parent 1e0bdf7 commit 1dfce21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/testclient/management/commands/create_test_user_and_application.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ def create_group(name="BlueButton"):
3030

3131

3232
def create_user(the_group):
33-
username = "rogersf"
34-
first_name = "Fred"
35-
last_name = "Rogers"
36-
37-
password = uuid4()
33+
username = 'fred'
34+
first_name = 'Fred'
35+
last_name = 'Flinstone'
36+
37+
password = 'foobarfoobarfoobar'
3838
user_type = "BEN"
3939

4040
# We will do this over-and-over.

0 commit comments

Comments
 (0)