Skip to content

Commit

Permalink
update 23
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <yikim@redhat.com>
  • Loading branch information
yiraeChristineKim committed Jun 27, 2023
1 parent 0b7955c commit 79b28d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/case23_invalid_field_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package e2e

import (
"context"
"fmt"
"time"

. "github.com/onsi/ginkgo/v2"
Expand Down Expand Up @@ -65,7 +64,7 @@ var _ = Describe("Test an objectDefinition with an invalid field", Ordered, func
Consistently(func() interface{} {
compPlcEvents := utils.GetMatchingEvents(clientManaged, testNamespace,
policyName,
fmt.Sprintf("policy: %s/%s", policyName, configMapName),
"Policy updated",
msg,
defaultTimeoutSeconds)

Expand Down

0 comments on commit 79b28d9

Please sign in to comment.