Fix default resourceMethod for API Gateway. Closes #2750.
This commit is contained in:
parent
6b6a059350
commit
356c55f99d
2 changed files with 3 additions and 4 deletions
|
|
@ -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": {}},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue