Cloudformation - Create ApiGateway resources (#3659)
* Cloudformation - Create ApiGateway resources * Cleanup * Linting
This commit is contained in:
parent
2f50f9cb24
commit
f64532ed40
6 changed files with 541 additions and 32 deletions
|
|
@ -14,7 +14,7 @@ def test_list_apis():
|
|||
test_client = backend.test_client()
|
||||
|
||||
res = test_client.get("/restapis")
|
||||
res.data.should.equal(b'{"item": []}')
|
||||
json.loads(res.data).should.contain("item")
|
||||
|
||||
|
||||
def test_usage_plans_apis():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue