mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-06 03:03:25 +02:00
Fix (some) test errors
This commit is contained in:
parent
5c8ad8cd34
commit
9e1643edf0
4 changed files with 42 additions and 27 deletions
|
@ -345,6 +345,7 @@ class ExportDataTest(MockDbForIndividualTests, MockEppLib):
|
|||
factory = RequestFactory()
|
||||
request = factory.get("/")
|
||||
request.user = self.user
|
||||
request.session = {}
|
||||
|
||||
# Get the csv content
|
||||
csv_content = self._run_domain_data_type_user_export(request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue