Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 6, 2024
1 parent 6e3940e commit 2656abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wger/nutrition/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_download_ingredient_off(self, mock_logger, mock_from_json, mock_request
timeout=ANY,
)
mock_request.assert_any_call(
'https://openfoodfacts-images.s3.eu-west-3.amazonaws.com/data/123/456/789/0987654321/12345.jpg',
'https://openfoodfacts-images.s3.eu-west-3.amazonaws.com/data/123/456/789/0987/654321/12345.jpg',
headers=wger_headers(),
)
mock_from_json.assert_called()
Expand Down

0 comments on commit 2656abb

Please sign in to comment.