@red-hat-developer-hub/e2e-test-utils 1.1.43 → 1.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -144,7 +144,7 @@ wait_for_operator() {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
install_serverless_logic_ocp_operator() {
|
|
147
|
-
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace
|
|
147
|
+
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace
|
|
148
148
|
return 0
|
|
149
149
|
}
|
|
150
150
|
waitfor_serverless_logic_ocp_operator() {
|