fix: rename integration test with duplicated inaccurate name by csviri · Pull Request #3080 · operator-framework/java-operator-sdk
Expand Up
@@ -34,7 +34,7 @@ resources that are not available on the platform (like OpenShift Routes). The op
successfully reconciles by skipping inactive dependents based on activation conditions, \
demonstrating platform-agnostic operator design.
""")
public class WorkflowActivationConditionIT {
public class WorkflowInactiveDependentAccessIT {
public static final String TEST_RESOURCE_NAME = "test1";
Expand Down
public static final String TEST_RESOURCE_NAME = "test1";
Expand Down