diff --git a/tests/integration_tests/multi_source/main.go b/tests/integration_tests/multi_source/main.go index 87cc0f2bd60..f1100770035 100644 --- a/tests/integration_tests/multi_source/main.go +++ b/tests/integration_tests/multi_source/main.go @@ -194,7 +194,7 @@ func truncateDDL(ctx context.Context, db *sql.DB) { func ignoreableError(err error) bool { knownErrorList := []string{ - "Error 1146:", // table doesn't exist + "Error 1146", // table doesn't exist "Error 1049", // database doesn't exist "schema:1146", // table or database doesn't exist }