fix py3
This commit is contained in:
parent
ba70d8fe8d
commit
88f64deff9
3 changed files with 3 additions and 3 deletions
|
|
@ -515,4 +515,4 @@ def test_http_proxying_integration():
|
|||
|
||||
deploy_url = "https://{api_id}.execute-api.{region_name}.amazonaws.com/{stage_name}".format(api_id=api_id, region_name=region_name, stage_name=stage_name)
|
||||
|
||||
requests.get(deploy_url).content.should.equal("a fake response")
|
||||
requests.get(deploy_url).content.should.equal(b"a fake response")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue