Skip to content

Commit 4acdd5b

Browse files
committed
fix: update expected metric plugin configmap name and sha256 value
Signed-off-by: Jonathan West <jgwest@gmail.com>
1 parent fa0b531 commit 4acdd5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/openshift/e2e/ginkgo/sequential/1-112_validate_rollout_plugin_support_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
5555
{
5656
Name: "argoproj-labs/sample-prometheus",
5757
Location: "https://github.com/argoproj-labs/sample-rollouts-metric-plugin/releases/download/v0.0.4/metric-plugin-linux-amd64",
58-
SHA256: "dac10cbf57633c9832a17f8c27d2ca34aa97dd3d",
58+
SHA256: "af83581a496cebad569c6ddca4e1b7beef1c6f51573d6cd235cebe4390d3a767",
5959
},
6060
},
6161
},
@@ -132,10 +132,10 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
132132
},
133133
}
134134
Eventually(rolloutsConfigMap).Should(k8sFixture.ExistByName())
135-
Eventually(rolloutsConfigMap).Should(configmap.HaveStringDataKeyValue("metricPlugins", `
135+
Eventually(rolloutsConfigMap).Should(configmap.HaveStringDataKeyValue("metricProviderPlugins", `
136136
- name: argoproj-labs/sample-prometheus
137137
location: https://github.com/argoproj-labs/sample-rollouts-metric-plugin/releases/download/v0.0.4/metric-plugin-linux-amd64
138-
sha256: dac10cbf57633c9832a17f8c27d2ca34aa97dd3d`))
138+
sha256: af83581a496cebad569c6ddca4e1b7beef1c6f51573d6cd235cebe4390d3a767`))
139139

140140
By("verifying the trafficRouterPlugin contains both gatewayAPI, AND our openshift route plugin")
141141

0 commit comments

Comments
 (0)