Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong committed Mar 29, 2023
1 parent 1bcb165 commit a91d07e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions permissions/resource_permissions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/databricks/databricks-sdk-go/apierr"
"github.com/databricks/databricks-sdk-go/config"
"github.com/databricks/databricks-sdk-go/service/jobs"
"github.com/databricks/databricks-sdk-go/service/sql"
"github.com/databricks/terraform-provider-databricks/common"
"github.com/databricks/terraform-provider-databricks/scim"

Expand Down Expand Up @@ -816,19 +815,6 @@ func TestResourcePermissionsCreate_SQLA_Endpoint(t *testing.T) {
d, err := qa.ResourceFixture{
Fixtures: []qa.HTTPFixture{
me,
{
Method: http.MethodGet,
Resource: "/api/2.0/sql/warehouses/abc?",
Response: sql.GetWarehouseResponse{
Name: "foo",
ClusterSize: "Small",
Id: "abc",
State: "RUNNING",
CreatorName: TestingAdminUser,
MaxNumClusters: 1,
NumClusters: 1,
},
},
{
Method: "PUT",
Resource: "/api/2.0/permissions/sql/warehouses/abc",
Expand Down

0 comments on commit a91d07e

Please sign in to comment.