This commit is contained in:
rahulpinto19
2026-02-02 05:19:54 +00:00
parent a18ab29f4a
commit 7908c2256e

View File

@@ -84,7 +84,6 @@ func TestBigQueryToolEndpoints(t *testing.T) {
if err != nil {
t.Fatalf("unable to create Cloud SQL connection pool: %s", err)
}
// create table name with UUID
datasetName := fmt.Sprintf("temp_toolbox_test_%s", strings.ReplaceAll(uuid.New().String(), "-", ""))
tableName := fmt.Sprintf("param_table_%s", strings.ReplaceAll(uuid.New().String(), "-", ""))