Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Jan 23, 2023
1 parent 38d778c commit df25a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modoboa/limits/tests/test_user_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def test_sadmin_removes_ownership(self):
dom = Domain.objects.get(name="domain.tld")
self.client.logout()
self.client.login(username="admin", password="password")
self.ajax_get(
self.ajax_delete(
"{0}?domid={1}&daid={2}".format(
reverse("admin:permission_remove"),
dom.id, self.user.id
Expand Down

0 comments on commit df25a9f

Please sign in to comment.