SteNicholas commented on code in PR #190:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/190#discussion_r861670372
##########
flink-kubernetes-webhook/src/test/java/org/apache/flink/kubernetes/operator/admission/AdmissionHandlerTest.java:
##########
@@ -52,7 +53,9 @@ public class AdmissionHandlerTest {
private final AdmissionHandler admissionHandler =
new AdmissionHandler(
new FlinkValidator(
- new DefaultValidator(new FlinkConfigManager(new
Configuration()))));
+ Set.of(
Review Comment:
This doesn't verify whether the custom validator implementation works well
here.
--
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]