mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-02 03:05:17 -05:00
test
This commit is contained in:
@@ -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(), "-", ""))
|
||||
|
||||
Reference in New Issue
Block a user