removed debug prints
This commit is contained in:
parent
e8b0ea92c7
commit
5b61c4c1cc
@ -25,7 +25,6 @@ def bucket_name():
|
|||||||
|
|
||||||
def test_getting_object_put_in_bucket_is_object(storage, bucket_name):
|
def test_getting_object_put_in_bucket_is_object(storage, bucket_name):
|
||||||
with tempfile.SpooledTemporaryFile() as f:
|
with tempfile.SpooledTemporaryFile() as f:
|
||||||
print(f.name)
|
|
||||||
storage.put(bucket_name, "testfile", f)
|
storage.put(bucket_name, "testfile", f)
|
||||||
data_received = storage.get(bucket_name, "testfile")
|
data_received = storage.get(bucket_name, "testfile")
|
||||||
assert f == data_received
|
assert f == data_received
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user