Skip to content

Commit 44b462a

Browse files
committed
fix IT
1 parent c2367f1 commit 44b462a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iotdb-client/client-py/tests/integration/test_relational_session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def session_test(use_session_pool=False):
4444
}
4545
if use_session_pool:
4646
session_pool = TableSessionPool(**config)
47+
session = session_pool.get_session()
4748
else:
4849
session = TableSession(**config)
4950

0 commit comments

Comments
 (0)