Formatting
This commit is contained in:
parent
910373f19c
commit
73eae76739
1 changed files with 6 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
from lolafect.lolaconfig import build_lolaconfig
|
||||
from lolafect.connections import connect_to_trino, close_trino_connection
|
||||
|
||||
#__ __ _____ _ _ _____ _ _ _____ _
|
||||
#\ \ / /\ | __ \| \ | |_ _| \ | |/ ____| |
|
||||
# __ __ _____ _ _ _____ _ _ _____ _
|
||||
# \ \ / /\ | __ \| \ | |_ _| \ | |/ ____| |
|
||||
# \ \ /\ / / \ | |__) | \| | | | | \| | | __| |
|
||||
# \ \/ \/ / /\ \ | _ /| . ` | | | | . ` | | |_ | |
|
||||
# \ /\ / ____ \| | \ \| |\ |_| |_| |\ | |__| |_|
|
||||
|
|
@ -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