Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Sep 17, 2024
1 parent b53eb23 commit 3fd78e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ func (s *FunctionalSuite) TestFallbackSink() {
defer w.DeletePipelineAndWait()
pipelineName := "simple-fallback"

// send a message to the pipeline
w.SendMessageTo(pipelineName, "in", NewHttpPostRequest().WithBody([]byte("fallback-message")))

// wait for all the pods to come up
w.Expect().VertexPodsRunning()

// send a message to the pipeline
w.SendMessageTo(pipelineName, "in", NewHttpPostRequest().WithBody([]byte("fallback-message")))

w.Expect().RedisSinkContains("simple-fallback-output", "fallback-message")
}

Expand Down

0 comments on commit 3fd78e8

Please sign in to comment.