Cloudformation - Create ApiGateway resources (#3659)

* Cloudformation - Create ApiGateway resources

* Cleanup

* Linting
This commit is contained in:
Bert Blommers 2021-02-15 10:31:33 +00:00 committed by GitHub
commit f64532ed40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 541 additions and 32 deletions

View file

@ -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():