mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
lint
This commit is contained in:
parent
4a07c9a4ff
commit
f6062daea3
1 changed files with 7 additions and 4 deletions
|
@ -87,8 +87,11 @@ class GetPortfolioJsonTest(TestCase):
|
|||
first_name="John", last_name="Doe", title="Director", federal_agency=self.agency
|
||||
)
|
||||
self.portfolio = Portfolio.objects.create(
|
||||
creator=self.user, federal_agency=self.agency, senior_official=self.senior_official,
|
||||
organization_name="Org name", organization_type=Portfolio.OrganizationChoices.FEDERAL,
|
||||
creator=self.user,
|
||||
federal_agency=self.agency,
|
||||
senior_official=self.senior_official,
|
||||
organization_name="Org name",
|
||||
organization_type=Portfolio.OrganizationChoices.FEDERAL,
|
||||
)
|
||||
|
||||
self.api_url = reverse("get-portfolio-json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue