Skip to content

Commit ffa8f9d

Browse files
authored
Changed name in API needed to be changed in test, too. (#2053)
1 parent 2fd4945 commit ffa8f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/endpoints/multiapi/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ def test_shelves(testbed):
2323

2424
def test_books(testbed):
2525
api = main.Books()
26-
response = api.bookmark(main.Request())
26+
response = api.get_bookmark(main.Request())
2727
assert response

0 commit comments

Comments
 (0)