We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4469520 commit 02c641aCopy full SHA for 02c641a
tests/external_botocore/test_s3transfer.py
@@ -78,5 +78,5 @@ def test_s3_context_propagation():
78
79
# Upload file
80
test_file = Path(__file__).parent / "_test_file.txt"
81
- client.upload_file(Filename=test_file, Bucket=TEST_BUCKET, Key="_test_file.txt")
+ client.upload_file(Filename=str(test_file), Bucket=TEST_BUCKET, Key="_test_file.txt")
82
# No return value to check for this function currently
0 commit comments