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 3cc21f4 commit b579c6bCopy full SHA for b579c6b
tests/mock_servicer.py
@@ -21,6 +21,7 @@ def Run(self, request, context):
21
for res in MockServicer.table_response(MockServicer.get_test_table()):
22
yield res
23
elif SQL == "TEST VERIFY SESSION":
24
+ # TODO(Yancey1989): using a elegant way to test the session instead of the trick.
25
yield MockServicer.message_response("|".join([request.session.token, request.session.db_conn_str]))
26
else:
27
yield MockServicer.message_response('bad request', 0)
0 commit comments