Skip to content

Commit

Permalink
remove doc artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 authored Feb 8, 2024
1 parent 18c7994 commit ec29042
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/api/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ec29042

Please sign in to comment.