Skip to content

Commit 4555b15

Browse files
author
Josh Howard
committed
Update Trino version in integration tests
1 parent 9ae518f commit 4555b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/test_dbapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
HOST = 'localhost'
2626
PORT = 8080
27-
TRINO_VERSION = '355' # The Trino server version used for integration tests
27+
TRINO_VERSION = '360' # The Trino server version used for integration tests
2828

2929

3030
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)