Skip to content
Snippets Groups Projects
Commit 869fbab8 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Fix Tests

parent b0595362
No related branches found
No related tags found
No related merge requests found
......@@ -397,8 +397,8 @@ class APITest(APITestCase):
"calls_to_move.json",
]
shutil.copy("quiz/fixtures/images/logo.png", "media/")
shutil.copy("quiz/fixtures/images/test_image.png", "media/")
shutil.copy("quiz/fixtures/images/logo.png", "media")
shutil.copy("quiz/fixtures/images/test_image.png", "media")
def test_get_sport_returns_correct_data(self):
"""Test the API endpoint /sport/{id}"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment