Skip to content

Commit

Permalink
Fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Aug 19, 2024
1 parent 8e69ad7 commit 38a91f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_upload_multiple_files_different_name(file_server):
"name": "image2",
"content_type": "image/jpg",
"filename": "scrapfly.png",
"local_path": str(ASSET_FOLDER / "scrapfly.png"),
"local_path": str(ASSET_FOLDER / "yescaptcha.png"),
},
]
)
Expand Down

0 comments on commit 38a91f2

Please sign in to comment.