baldimir commented on code in PR #3935:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3935#discussion_r2109343525


##########
quarkus/addons/fabric8-kubernetes-service-catalog/runtime/src/test/java/org/kie/kogito/addons/quarkus/fabric8/k8s/service/catalog/OpenShiftServiceDiscoveryTest.java:
##########
@@ -39,7 +39,7 @@
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
 @QuarkusTest
-@QuarkusTestResource(OpenShiftMockServerTestResource.class)
+@QuarkusTestResource(KubernetesMockServerTestResource.class) // Changed to use 
KubernetesMockServerTestResource
 public class OpenShiftServiceDiscoveryTest {

Review Comment:
   This change was done by Ann, who started this upgrade originally. As far as 
I remember it is because the OpenShift mock server is not available in fabric 
anymore and the new fabric version caused API incompatibilities with the okhttp 
library that is transitively used. 



-- 
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]

Reply via email to