Skip to content

Commit

Permalink
remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Nov 15, 2024
1 parent ea3e7c8 commit 4b88a57
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/provider/resources/resource_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,6 @@ func TestAcc_ResourceDeploymentStandardScalingSpec(t *testing.T) {
),
ExpectError: regexp.MustCompile(`Inappropriate value for attribute "scaling_spec"`),
},
{
Config: astronomerprovider.ProviderConfig(t, astronomerprovider.HOSTED) + developmentDeployment(scalingSpecDeploymentName,
`scaling_spec = {
hibernation_spec = {}
}`),
ExpectError: regexp.MustCompile(`scaling_spec \(hibernation\) must have either override or schedules`),
},
{
Config: astronomerprovider.ProviderConfig(t, astronomerprovider.HOSTED) + developmentDeployment(scalingSpecDeploymentName,
`
Expand Down

0 comments on commit 4b88a57

Please sign in to comment.