Change data pipeline responses to start with lowercase characters

This commit is contained in:
Hugo Lopes Tavares 2015-09-17 15:18:57 -04:00
commit 8623483c0f
4 changed files with 18 additions and 19 deletions

View file

@ -23,5 +23,5 @@ def test_list_streams():
json_data = json.loads(res.data.decode("utf-8"))
json_data.should.equal({
'PipelineDescriptionList': []
'pipelineDescriptionList': []
})