mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
added pre commit hooks and some other workflow stuff
This commit is contained in:
@@ -149,7 +149,7 @@ class TestEditsRecipe(TestViews):
|
||||
|
||||
r = self.user_client_1.post(
|
||||
url,
|
||||
{'name': 'Test', 'working_time': 15, 'waiting_time': 15, }
|
||||
{'name': 'Test', 'working_time': 15, 'waiting_time': 15, 'servings': 1, }
|
||||
)
|
||||
recipe.refresh_from_db()
|
||||
self.assertEqual(recipe.working_time, 15)
|
||||
|
||||
Reference in New Issue
Block a user