Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewakiv committed Dec 19, 2024
1 parent 39725b6 commit d0c7338
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions BackEnd/administration/tests/test_admin_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_get_users_ordering_default(self):
"is_staff": True,
"is_superuser": False,
"is_deleted": False,
"is_inactive": False
"is_inactive": False,
},
"company_name": None,
"registration_date": None,
Expand All @@ -58,7 +58,7 @@ def test_get_users_ordering_default(self):
"is_staff": True,
"is_superuser": False,
"is_deleted": False,
"is_inactive": False
"is_inactive": False,
},
"company_name": None,
"registration_date": None,
Expand All @@ -81,7 +81,7 @@ def test_get_users_filter_id_surname(self):
"is_staff": True,
"is_superuser": False,
"is_deleted": False,
"is_inactive": False
"is_inactive": False,
},
"company_name": None,
"registration_date": None,
Expand Down Expand Up @@ -113,7 +113,7 @@ def test_get_users_filter_status_active_staff(self):
"is_staff": True,
"is_superuser": False,
"is_deleted": False,
"is_inactive": False
"is_inactive": False,
},
"company_name": None,
"registration_date": None,
Expand All @@ -128,7 +128,7 @@ def test_get_users_filter_status_active_staff(self):
"is_staff": True,
"is_superuser": False,
"is_deleted": False,
"is_inactive": False
"is_inactive": False,
},
"company_name": None,
"registration_date": None,
Expand Down Expand Up @@ -174,7 +174,7 @@ def test_get_users_authenticated(self):
"is_staff": True,
"is_superuser": False,
"is_deleted": False,
"is_inactive": False
"is_inactive": False,
},
"company_name": None,
"registration_date": None,
Expand All @@ -197,7 +197,7 @@ def test_get_users(self):
"is_staff": True,
"is_superuser": False,
"is_deleted": False,
"is_inactive": False
"is_inactive": False,
},
"company_name": None,
"registration_date": None,
Expand Down

0 comments on commit d0c7338

Please sign in to comment.