This commit is contained in:
zandercymatics 2024-09-27 08:59:26 -06:00
parent f624a496ff
commit 92abc78c3d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
8 changed files with 6 additions and 34 deletions

View file

@ -356,11 +356,6 @@ class ExportDataTest(MockDbForIndividualTests, MockEppLib):
self.assertIn(self.domain_3.name, csv_content)
self.assertNotIn(self.domain_2.name, csv_content)
# Test the output for readonly admin
# portfolio_permission.roles = [UserPortfolioRoleChoices.ORGANIZATION_ADMIN_READ_ONLY]
# portfolio_permission.save()
# portfolio_permission.refresh_from_db()
# Get the csv content
csv_content = self._run_domain_data_type_user_export(request)
self.assertIn(self.domain_1.name, csv_content)