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 22f35da commit 3b206a5Copy full SHA for 3b206a5
tests/integration/standard/test_application_info.py
@@ -86,6 +86,7 @@ def test_create_session_and_check_system_views_clients(self):
86
break
87
else:
88
found = True
89
+ print("FOUND client_options")
90
assert found
91
finally:
92
cluster.shutdown()
0 commit comments