testflight: lowercase check timeout err msg

Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
This commit is contained in:
Ciro S. Costa 2020-02-27 09:53:04 -05:00
parent bd28120f63
commit ca41e1e197
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ var _ = Describe("A resource check which times out", func() {
<-check.Exited
Expect(check).To(gexec.Exit(1))
Expect(check.Out).To(gbytes.Say("errored"))
Expect(check.Out).To(gbytes.Say("Timed out"))
Expect(check.Out).To(gbytes.Say("timed out"))
})
})