Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaMihailovna committed Aug 25, 2023
1 parent 06c80fb commit 3d58800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def test_recipe_creation(self):
"tags": [],
"image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEU\
gAAAAEAAAABAgMAAABieywaAAAACVBMVEUAAAD///9fX1/S0ecCAAAA\
CXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQImWNoAAAAggCByxOyYQAAAABJRU5ErkJggg==",
CXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQImWNoAAAA\
ggCByxOyYQAAAABJRU5ErkJggg==",
"name": "string",
"text": "string",
"cooking_time": 1}
Expand Down

0 comments on commit 3d58800

Please sign in to comment.