formatted for code readability

This commit is contained in:
David Kennedy 2024-07-19 12:01:08 -04:00
parent ba94435045
commit 03b33803a0
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 3 additions and 4 deletions

View file

@ -1684,7 +1684,7 @@ class TestDomainRequestAdmin(MockEppLib):
request.user = self.superuser
request.session = {}
# Define a custom implementation for is_active
def custom_is_active(self):
return domain_is_active # Override to return True