Update test_admin.py

This commit is contained in:
zandercymatics 2024-02-12 11:28:35 -07:00
parent 96b2d6bb97
commit 5e0a1a6269
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -48,6 +48,9 @@ logger = logging.getLogger(__name__)
class TestDomainAdmin(MockEppLib, WebTest):
# csrf checks do not work with WebTest.
# We disable them here. TODO for another ticket.
csrf_checks = False
def setUp(self):