Formatting
This commit is contained in:
parent
910373f19c
commit
73eae76739
1 changed files with 6 additions and 4 deletions
|
|
@ -18,7 +18,9 @@ TEST_LOLACONFIG = build_lolaconfig(flow_name="testing-suite")
|
|||
|
||||
def test_that_trino_connect_and_disconnect_works_properly():
|
||||
|
||||
connection = connect_to_trino.run(trino_credentials=TEST_LOLACONFIG.TRINO_CREDENTIALS)
|
||||
connection = connect_to_trino.run(
|
||||
trino_credentials=TEST_LOLACONFIG.TRINO_CREDENTIALS
|
||||
)
|
||||
|
||||
connection.cursor().execute("SELECT 1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue