Fix default resourceMethod for API Gateway. Closes #2750.

This commit is contained in:
Steve Pulec 2020-02-17 20:21:18 -06:00
commit 356c55f99d
2 changed files with 3 additions and 4 deletions

View file

@ -208,7 +208,6 @@ def test_create_resource():
"path": "/",
"id": root_id,
"ResponseMetadata": {"HTTPStatusCode": 200},
"resourceMethods": {"GET": {}},
}
)
@ -257,7 +256,6 @@ def test_child_resource():
"parentId": users_id,
"id": tags_id,
"ResponseMetadata": {"HTTPStatusCode": 200},
"resourceMethods": {"GET": {}},
}
)