Fix redshift server to default to xml.
This commit is contained in:
parent
3cdb4afad0
commit
6666351757
@ -18,7 +18,5 @@ def test_describe_clusters():
|
|||||||
|
|
||||||
res = test_client.get('/?Action=DescribeClusters')
|
res = test_client.get('/?Action=DescribeClusters')
|
||||||
|
|
||||||
json_data = json.loads(res.data.decode("utf-8"))
|
result = res.data.decode("utf-8")
|
||||||
clusters = json_data['DescribeClustersResponse'][
|
result.should.contain("<DescribeClustersResponse><DescribeClustersResult><Clusters></Clusters></DescribeClustersResult")
|
||||||
'DescribeClustersResult']['Clusters']
|
|
||||||
list(clusters).should.equal([])
|
|
||||||
|
Loading…
Reference in New Issue
Block a user