diff --git a/test/e2e/helpers.go b/test/e2e/helpers.go index 8796b4a5f..46007ac41 100644 --- a/test/e2e/helpers.go +++ b/test/e2e/helpers.go @@ -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