mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Update test_admin.py
This commit is contained in:
parent
96b2d6bb97
commit
5e0a1a6269
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue