Change data pipeline responses to start with lowercase characters
This commit is contained in:
parent
66dce44214
commit
8623483c0f
4 changed files with 18 additions and 19 deletions
|
|
@ -23,5 +23,5 @@ def test_list_streams():
|
|||
|
||||
json_data = json.loads(res.data.decode("utf-8"))
|
||||
json_data.should.equal({
|
||||
'PipelineDescriptionList': []
|
||||
'pipelineDescriptionList': []
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue