Skip to content

Commit

Permalink
Fix apache#1233: fix dev mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Feb 22, 2020
1 parent 2d22ebc commit 2e53536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/dev_mode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestRunDevMode(t *testing.T) {

go kamelRun.Execute()

Eventually(logScanner.IsFound("Integration yaml in phase Running"), 5*time.Minute).Should(BeTrue())
Eventually(logScanner.IsFound("progress: integration yaml in phase Running"), 5*time.Minute).Should(BeTrue())
Eventually(logScanner.IsFound("Magicstring!"), 3*time.Minute).Should(BeTrue())
Expect(logScanner.IsFound("Magicjordan!")()).To(BeFalse())

Expand Down

0 comments on commit 2e53536

Please sign in to comment.