Skip to content

Commit b579c6b

Browse files
committed
add todo comment
1 parent 3cc21f4 commit b579c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/mock_servicer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def Run(self, request, context):
2121
for res in MockServicer.table_response(MockServicer.get_test_table()):
2222
yield res
2323
elif SQL == "TEST VERIFY SESSION":
24+
# TODO(Yancey1989): using a elegant way to test the session instead of the trick.
2425
yield MockServicer.message_response("|".join([request.session.token, request.session.db_conn_str]))
2526
else:
2627
yield MockServicer.message_response('bad request', 0)

0 commit comments

Comments
 (0)