Skip to content

Commit

Permalink
Remove extra f
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzvonkov committed Jun 24, 2022
1 parent 6db1d41 commit 00ab359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cropharvest/eo/test_eo.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_export_for_bbox(mock_export_for_polygon, metres_per_polygon, mock_polyg
mock_export_for_polygon.assert_called_with(
end_date=end_date,
polygon=None,
polygon_identifier=f"Togo/batch/0",
polygon_identifier="Togo/batch/0",
start_date=start_date,
file_dimensions=None,
test=True,
Expand Down

0 comments on commit 00ab359

Please sign in to comment.