Skip to content

Commit d327eab

Browse files
committed
Fix unit test
1 parent 40e2809 commit d327eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitortestlibrary/pathologicaleventlibrary/duplicated_events_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ func TestMakeProbeTestEventsGroup(t *testing.T) {
455455
operator: "openshift-oauth-apiserver",
456456
match: true,
457457
matcher: ProbeErrorConnectionRefused,
458-
expectedMessage: "I namespace/openshift-oauth-apiserver pod/openshift-oauth-apiserver count/25 reason/ProbeError Readiness probe error: Get \"https://10.128.0.38:8443/readyz\": dial tcp 10.128.0.38:8443: connect: connection refused occurred\n",
458+
expectedMessage: "I namespace/openshift-oauth-apiserver pod/apiserver-647fc6c7bf-s8b4h count/25 reason/ProbeError Readiness probe error: Get \"https://10.128.0.38:8443/readyz\": dial tcp 10.128.0.38:8443: connect: connection refused occurred\n",
459459
},
460460
{
461461
name: "no matches 25 after",

0 commit comments

Comments
 (0)