tests working again

This commit is contained in:
vabene1111
2020-06-29 16:43:53 +02:00
parent 06db7114ed
commit cdee31e9af
4 changed files with 11 additions and 95 deletions

View File

@ -12,7 +12,6 @@ class TestEditsComment(TestViews):
self.recipe = Recipe.objects.create(
internal=True,
instructions='Do something',
working_time=1,
waiting_time=1,
created_by=auth.get_user(self.user_client_1)