diff --git a/e2e_cleanup/main.go b/e2e_cleanup/main.go index 6681a94677..205aec01ca 100644 --- a/e2e_cleanup/main.go +++ b/e2e_cleanup/main.go @@ -150,7 +150,7 @@ func CleanupSF(ctx context.Context) { } defer database.Close() - rows, err := database.QueryContext(ctx, "SHOW DATABASES STARTS WITH 'e2e_test_'") + rows, err := database.QueryContext(ctx, "SHOW DATABASES STARTS WITH 'E2E_TEST_'") if err != nil { panic(err) }