Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ffa8f9d

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/standard/endpoints/multiapi/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints/multiapi/main_test.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.