Fix tests for py3.

This commit is contained in:
Steve Pulec 2017-06-03 19:35:23 -04:00
parent 113bfcb4ea
commit a956c3a85c

View File

@ -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')