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 d9026ed commit 0ea180bCopy full SHA for 0ea180b
tests/integration/test_dbapi_integration.py
@@ -1056,8 +1056,7 @@ def test_set_role(run_trino):
1056
assert_role_headers(cur, "system=ALL")
1057
1058
1059
-@pytest.mark.skipif(trino_version() == '351', reason="Newer Trino versions return the system role")
1060
-def test_set_role_in_connection_trino_higher_351(run_trino):
+def test_set_role_in_connection(run_trino):
1061
_, host, port = run_trino
1062
1063
trino_connection = trino.dbapi.Connection(
0 commit comments