Skip to content

Commit

Permalink
[Internal] Update Queries test
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Dec 20, 2024
1 parent b0cdb2d commit 8b128eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/dbsql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestAccQueries(t *testing.T) {

query, err := w.Queries.Create(ctx, sql.CreateQueryRequest{
Query: &sql.CreateQueryRequestQuery{
DisplayName: RandomName("go-sdk/test/"),
DisplayName: RandomName("go-sdk-test-"),
WarehouseId: srcs[0].WarehouseId,
Description: "test query from Go SDK",
QueryText: "SHOW TABLES",
Expand Down Expand Up @@ -63,7 +63,7 @@ func TestAccAlerts(t *testing.T) {

query, err := w.Queries.Create(ctx, sql.CreateQueryRequest{
Query: &sql.CreateQueryRequestQuery{
DisplayName: RandomName("go-sdk/test/"),
DisplayName: RandomName("go-sdk-test-"),
WarehouseId: srcs[0].WarehouseId,
Description: "test query from Go SDK",
QueryText: "SELECT 1",
Expand Down

0 comments on commit 8b128eb

Please sign in to comment.