Skip to content

Commit

Permalink
remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bau123 committed Nov 21, 2024
1 parent 77434d8 commit 2bb6899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def test_boolean_field_mapping(self):

@pytest.mark.django_db
@mock_aws
def test_long_field_values(self, test_file_path):
def test_long_field_values(self):
"""
Test that we can ingest records with long field values
"""
Expand Down

0 comments on commit 2bb6899

Please sign in to comment.