Fix tests for py3.
This commit is contained in:
parent
113bfcb4ea
commit
a956c3a85c
1 changed files with 1 additions and 1 deletions
|
|
@ -1425,7 +1425,7 @@ def test_boto3_delete_markers():
|
|||
|
||||
@mock_s3
|
||||
def test_get_stream_gzipped():
|
||||
payload = "this is some stuff here"
|
||||
payload = b"this is some stuff here"
|
||||
|
||||
s3_client = boto3.client("s3", region_name='us-east-1')
|
||||
s3_client.create_bucket(Bucket='moto-tests')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue