Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed May 21, 2024
1 parent aa9682c commit 8b444ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wger/nutrition/tests/test_ingredient.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,7 @@ def setUp(self):
},
}

self.off_response_no_results = {
'status': OFF_SEARCH_PRODUCT_NOT_FOUND,
'status_verbose': 'product not found',
}
self.off_response_no_results = None

@patch('openfoodfacts.api.ProductResource.get')
def test_fetch_from_off_success(self, mock_api):
Expand Down

0 comments on commit 8b444ba

Please sign in to comment.