Skip to content

Commit

Permalink
Hash in test needs fix
Browse files Browse the repository at this point in the history
Signed-off-by: btofel <[email protected]>
  • Loading branch information
bentito committed Mar 4, 2024
1 parent 08212c4 commit 2786d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/registry/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func TestPodExtractContent(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
GenerateName: "test-",
Namespace: "testns",
Labels: map[string]string{"olm.pod-spec-hash": "ar06mYzBueg55jI52Qya40owpe9ai0HXUZ0nKk", "olm.managed": "true"},
Labels: map[string]string{"olm.pod-spec-hash": "bpWEyFu63Sje2dPZHHHq1akmLw7VcxNPj09WnG", "olm.managed": "true"},
Annotations: map[string]string{"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"},
},
Spec: corev1.PodSpec{
Expand Down

0 comments on commit 2786d6c

Please sign in to comment.