Skip to content

Commit

Permalink
test(cockpit): remove update test plan (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 authored Oct 1, 2024
1 parent 216af76 commit 148e0c8
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 873 deletions.
16 changes: 0 additions & 16 deletions internal/services/cockpit/cockpit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,6 @@ func TestAccCockpit_Basic(t *testing.T) {
checkGrafanaURL("scaleway_cockpit.main", "scaleway_account_project.project"),
),
},
{
Config: `
resource "scaleway_account_project" "project" {
name = "tf_tests_cockpit_project_basic"
}
resource "scaleway_cockpit" "main" {
project_id = scaleway_account_project.project.id
plan = "premium"
}
`,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttrSet("scaleway_cockpit.main", "plan"),
resource.TestCheckResourceAttrSet("scaleway_cockpit.main", "plan_id"),
resource.TestCheckResourceAttr("scaleway_cockpit.main", "plan", "premium"),
),
},
},
})
}
Expand Down
Loading

0 comments on commit 148e0c8

Please sign in to comment.