Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 32e53af

Browse files
author
Bryan Mau
committed
Fixing callbacks API
1 parent 4007a72 commit 32e53af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appengine-vmruntime/vmruntime/tests/wsgi_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def sort_os_environ_keys(request): # pylint: disable=unused-argument
155155

156156
@wrappers.Request.application
157157
def set_callback(request):
158-
def my_callback():
158+
def my_callback(unused_req_id=None):
159159
global callback_called
160160
callback_called = True
161161

0 commit comments

Comments
 (0)