Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak committed Jul 19, 2024
1 parent a0b9d44 commit 32bbd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/datasources/streamlits_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ import (
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/internal/snowflakeroles"

"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/helpers/random"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/testenvs"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/provider/resources"
"github.com/hashicorp/terraform-plugin-testing/config"
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
"github.com/hashicorp/terraform-plugin-testing/tfversion"
)

func TestAcc_Streamlits(t *testing.T) {
_ = testenvs.GetOrSkipTest(t, testenvs.EnableAcceptance)
databaseId := acc.TestClient().Ids.DatabaseId()
schemaId := acc.TestClient().Ids.SchemaId()
id := acc.TestClient().Ids.RandomSchemaObjectIdentifier()
Expand Down

0 comments on commit 32bbd59

Please sign in to comment.