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 b762ec8 commit 0ca9740Copy full SHA for 0ca9740
tests/integration/ha_tests/helpers.py
@@ -830,6 +830,5 @@ async def create_test_data(connection_string):
830
cursor.execute("INSERT INTO test(data) VALUES('some data');")
831
cursor.execute("SELECT data FROM test;")
832
data = cursor.fetchone()
833
- logger.info("check test data")
834
assert data[0] == "some data"
835
connection.close()
0 commit comments