We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79390ae commit b4e7751Copy full SHA for b4e7751
1 file changed
tools/integration_tests/tokenserver/test_support.py
@@ -182,6 +182,7 @@ def _last_insert_id(self):
182
(id,) = cursor.fetchone()
183
cursor.close()
184
self.database.commit()
185
+ print(id)
186
187
return id
188
0 commit comments