Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfred-s committed Jun 12, 2024
1 parent 56318df commit 05757fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ func TestPlaceholderTimeoutEvents(t *testing.T) {
// after handle release event the states of app must be running
assertAppState(t, app, ApplicationStates().Running, 3*time.Second)

message := "Placeholder timed out"
message := "GangScheduling"
reason := "placeholder has been timed out"
// check that the event has been published
err = utils.WaitForCondition(func() bool {
Expand Down

0 comments on commit 05757fb

Please sign in to comment.