Skip to content

Commit

Permalink
fixup! feat(api): add Token.auto_policy (including default policy logic)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Nov 30, 2024
1 parent 2967d11 commit d39ea0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/desecapi/tests/test_token_domain_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ def test_user_deletion(self):

class TokenAutoPolicyTestCase(DomainOwnerTestCase):
client_class = TokenDomainPolicyClient
default_data = dict(perm_write=False)

def setUp(self):
super().setUp()
Expand Down

0 comments on commit d39ea0c

Please sign in to comment.