mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 09:25:16 -05:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
This commit is contained in:
@@ -43,7 +43,7 @@ class FoodsTestCase(ABCMultiTenantTestCase):
|
||||
return g1_item_ids, g2_item_ids
|
||||
|
||||
def get_all(self, token: str) -> Response:
|
||||
return self.client.get(routes.RoutesFoods.base, headers=token)
|
||||
return self.client.get(routes.recipes.Foods.base, headers=token)
|
||||
|
||||
def cleanup(self) -> None:
|
||||
for item in self.items:
|
||||
|
||||
Reference in New Issue
Block a user