From ec290429d22363844ae3fd73dc7ac985131a454d Mon Sep 17 00:00:00 2001 From: Jan Range <30547301+JR-1991@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:57:00 +0100 Subject: [PATCH] remove doc artifact --- tests/api/test_upload.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/api/test_upload.py b/tests/api/test_upload.py index 1aa8508..1ad44d6 100644 --- a/tests/api/test_upload.py +++ b/tests/api/test_upload.py @@ -55,11 +55,8 @@ def test_file_replacement(self): 2. Upload a datafile to the dataset. 3. Replace the uploaded datafile with a mutated version. 4. Verify that the file replacement was successful and the content matches the expected content. - """ - # Rest of the code... - - def test_file_replacement(self): + # Arrange BASE_URL = os.getenv("BASE_URL").rstrip("/") API_TOKEN = os.getenv("API_TOKEN")