Fix redshift test. Drop old boto version from testing.
This commit is contained in:
parent
aceb30e530
commit
93bd852419
@ -5,7 +5,6 @@ python:
|
||||
env:
|
||||
matrix:
|
||||
- BOTO_VERSION=2.34.0
|
||||
- BOTO_VERSION=2.25.0
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.3"
|
||||
|
@ -18,6 +18,6 @@ def test_describe_clusters():
|
||||
|
||||
res = test_client.get('/?Action=DescribeClusters')
|
||||
|
||||
json_data = json.loads(res.data)
|
||||
json_data = json.loads(res.data.decode("utf-8"))
|
||||
clusters = json_data['DescribeClustersResponse']['DescribeClustersResult']['Clusters']
|
||||
list(clusters).should.equal([])
|
||||
|
Loading…
Reference in New Issue
Block a user