Skip to content

Commit

Permalink
[issue-368] knative integration with DataIndex and JobService: fix e2…
Browse files Browse the repository at this point in the history
…e test errors and use temp images for DI and JS
  • Loading branch information
jianrongzhang89 committed Aug 1, 2024
1 parent 02e4aa3 commit 26f2741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func verifySchemaMigration(data, name string) bool {
GinkgoWriter.Println(fmt.Errorf("string match error:%v", err))
return false
}
matched2, err := regexp.MatchString("Successfully validated \\d migrations", data)
matched2, err := regexp.MatchString("Successfully validated \\d (migration|migrations)", data)
if err != nil {
GinkgoWriter.Println(fmt.Errorf("string match error:%v", err))
return false
Expand Down

0 comments on commit 26f2741

Please sign in to comment.