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 fdb5017 commit 3368c82Copy full SHA for 3368c82
tests/integration/test_dbapi_integration.py
@@ -1009,7 +1009,7 @@ def test_use_catalog_schema(trino_connection):
1009
1010
1011
@pytest.mark.skipif(trino_version() == '351', reason="current_catalog not supported in older Trino versions")
1012
-def test_use_catalog(run_trino):
+def test_use_schema(run_trino):
1013
_, host, port = run_trino
1014
1015
trino_connection = trino.dbapi.Connection(
0 commit comments