Skip to content

Commit

Permalink
removed redundant arg from test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuptonM committed Mar 10, 2023
1 parent ff18eb8 commit 95e041d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/great_international/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1623,9 +1623,7 @@ def test_foreign_direct_investment_form_sucess_page_serializer(


@pytest.mark.django_db
def test_freeport_data(
rf, international_root_page, freeport_investment_type, non_fdi_investment_type
):
def test_freeport_data(international_root_page, freeport_investment_type, non_fdi_investment_type):


InvestmentOpportunityPageFactory.create_batch(
Expand All @@ -1652,9 +1650,7 @@ def test_freeport_data(
assert len(freeport_data) == 2

@pytest.mark.django_db
def test_freeport_data_has_no_results(
rf, international_root_page, non_fdi_investment_type
):
def test_freeport_data_has_no_results(international_root_page, non_fdi_investment_type):
InvestmentOpportunityPageFactory.create_batch(
2,
parent=international_root_page,
Expand Down

0 comments on commit 95e041d

Please sign in to comment.