github-advanced-security[bot] commented on code in PR #18599: URL: https://github.com/apache/druid/pull/18599#discussion_r2596988239
########## extensions-core/kubernetes-overlord-extensions/src/test/java/org/apache/druid/k8s/overlord/common/TestKubernetesClient.java: ########## @@ -26,7 +26,7 @@ private final KubernetesClient client; - public TestKubernetesClient(KubernetesClient client) + public TestKubernetesClient(KubernetesClient client, String namespace) Review Comment: ## Useless parameter The parameter 'namespace' is never used. [Show more details](https://github.com/apache/druid/security/code-scanning/10580) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
