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 3dc4178 commit 487137cCopy full SHA for 487137c
gateway-ha/src/test/java/io/trino/gateway/ha/security/TestOIDC.java
@@ -158,7 +158,6 @@ void setup()
158
File testConfigFile =
159
HaGatewayTestUtils.buildGatewayConfig("auth/oauth-test-config.yml", additionalVars);
160
String[] args = {testConfigFile.getAbsolutePath()};
161
- System.out.println(ROUTER_PORT);
162
HaGatewayLauncher.main(args);
163
}
164
0 commit comments