We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd4945 commit ffa8f9dCopy full SHA for ffa8f9d
appengine/standard/endpoints/multiapi/main_test.py
@@ -23,5 +23,5 @@ def test_shelves(testbed):
23
24
def test_books(testbed):
25
api = main.Books()
26
- response = api.bookmark(main.Request())
+ response = api.get_bookmark(main.Request())
27
assert response
0 commit comments