Skip to content

Commit 02c641a

Browse files
committed
Fix s3 tests
1 parent 4469520 commit 02c641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/external_botocore/test_s3transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ def test_s3_context_propagation():
7878

7979
# Upload file
8080
test_file = Path(__file__).parent / "_test_file.txt"
81-
client.upload_file(Filename=test_file, Bucket=TEST_BUCKET, Key="_test_file.txt")
81+
client.upload_file(Filename=str(test_file), Bucket=TEST_BUCKET, Key="_test_file.txt")
8282
# No return value to check for this function currently

0 commit comments

Comments
 (0)