Skip to content

Commit 2786d6c

Browse files
committed
Hash in test needs fix
Signed-off-by: btofel <[email protected]>
1 parent 08212c4 commit 2786d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/registry/reconciler/reconciler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func TestPodExtractContent(t *testing.T) {
283283
ObjectMeta: metav1.ObjectMeta{
284284
GenerateName: "test-",
285285
Namespace: "testns",
286-
Labels: map[string]string{"olm.pod-spec-hash": "ar06mYzBueg55jI52Qya40owpe9ai0HXUZ0nKk", "olm.managed": "true"},
286+
Labels: map[string]string{"olm.pod-spec-hash": "bpWEyFu63Sje2dPZHHHq1akmLw7VcxNPj09WnG", "olm.managed": "true"},
287287
Annotations: map[string]string{"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"},
288288
},
289289
Spec: corev1.PodSpec{

0 commit comments

Comments
 (0)