Skip to content

Commit 665a4e7

Browse files
committed
fix authorization test
1 parent d3684d1 commit 665a4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/opa-authorization/check-opa.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ class TestOpa:
515515
@staticmethod
516516
def get_connection(username, password, namespace, impersonation=None):
517517
connection = trino.dbapi.connect(
518-
host="trino-coordinator-default.{0}.svc.cluster.local".format(namespace),
518+
host="trino-coordinator.{0}.svc.cluster.local".format(namespace),
519519
port=8443,
520520
user=impersonation if impersonation is not None else username,
521521
http_scheme="https",

0 commit comments

Comments
 (0)