Skip to content

Commit

Permalink
🎨 Jank
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 3, 2024
1 parent 87b2abf commit 119c267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/accounts/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def test_remove_product_admin(self):

def test_remove_platform_admin(self):
self.user.is_staff = True
self.user.is_superuser = True
self.user.is_superuser = False
self.user.save()
response = self.client.post(
reverse("accounts:productadmin"),
Expand Down

0 comments on commit 119c267

Please sign in to comment.