@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 logic-operator.v1.37.2
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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/e2e-test-utils",
3
- "version": "1.1.43",
3
+ "version": "1.1.44",
4
4
  "description": "Test utilities for RHDH E2E tests",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {