Skip to content

Commit cc6cf7b

Browse files
stored ObjectWriteResult
1 parent c7e8a6f commit cc6cf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/minio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MinioContainer(DockerContainer):
2525
... client = minio.get_client()
2626
... client.make_bucket("test")
2727
... test_content = b"Hello World"
28-
... client.put_object(
28+
... write_result = client.put_object(
2929
... "test",
3030
... "testfile.txt",
3131
... io.BytesIO(test_content),

0 commit comments

Comments
 (0)