Skip to content

Commit

Permalink
uppercase names of global variables
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Churikov <[email protected]>
  • Loading branch information
akochari and churnikov authored Dec 10, 2024
1 parent a322fb9 commit 8a9af69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/tests/test_create_delete_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

User = get_user_model()

test_user = {"username": "foo1", "email": "[email protected]", "password": "bar"}
test_superuser = {"username": "superuser", "email": "[email protected]", "password": "bar"}
TEST_USER = {"username": "foo1", "email": "[email protected]", "password": "bar"}
TEST_SUPERUSER = {"username": "superuser", "email": "[email protected]", "password": "bar"}


class EnvironmentTestCaseRegularUser(TestCase):
Expand Down

0 comments on commit 8a9af69

Please sign in to comment.