Skip to content

Commit b4e7751

Browse files
committed
ci: print debug
1 parent 79390ae commit b4e7751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/integration_tests/tokenserver/test_support.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def _last_insert_id(self):
182182
(id,) = cursor.fetchone()
183183
cursor.close()
184184
self.database.commit()
185+
print(id)
185186

186187
return id
187188

0 commit comments

Comments
 (0)