mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 10:13:30 +02:00
Debug attr
This commit is contained in:
parent
28ce6698da
commit
3ea9802ef1
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ class ExportDataTest(MockDbForIndividualTests, MockEppLib):
|
|||
"""Tests DomainRequestsDataType export with portfolio permissions"""
|
||||
|
||||
# Create a portfolio and assign it to the user
|
||||
portfolio = Portfolio.objects.create(creator=self.user, organization_name="Testy Test Portfolio")
|
||||
portfolio = Portfolio.objects.create(creator=self.user, organization_name="Test Portfolio")
|
||||
portfolio_permission, _ = UserPortfolioPermission.objects.get_or_create(portfolio=portfolio, user=self.user)
|
||||
|
||||
# Create DraftDomain objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue