diff --git a/backend/tests/integration/test_book.py b/backend/tests/integration/test_book.py index 752d337..71a5073 100644 --- a/backend/tests/integration/test_book.py +++ b/backend/tests/integration/test_book.py @@ -28,7 +28,7 @@ from pathlib import Path ), ( Path( - "/home/patrick/projects/chitai-api/tests/data_files/On The Origin of Species By Means of Natural Selection - Charles Darwin.epub" + "tests/data_files/On The Origin of Species By Means of Natural Selection - Charles Darwin.epub" ), 2, "On the Origin of Species By Means of Natural Selection / Or, the Preservation of Favoured Races in the Struggle for Life", @@ -107,7 +107,7 @@ async def test_upload_book_without_data( ), ( Path( - "/home/patrick/projects/chitai-api/tests/data_files/On The Origin of Species By Means of Natural Selection - Charles Darwin.epub" + "tests/data_files/On The Origin of Species By Means of Natural Selection - Charles Darwin.epub" ), 2, "On the Origin of Species By Means of Natural Selection",