Skip to content

Commit 148e0c8

Browse files
authored
test(cockpit): remove update test plan (#2752)
1 parent 216af76 commit 148e0c8

File tree

2 files changed

+71
-873
lines changed

2 files changed

+71
-873
lines changed

internal/services/cockpit/cockpit_test.go

-16
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,6 @@ func TestAccCockpit_Basic(t *testing.T) {
6363
checkGrafanaURL("scaleway_cockpit.main", "scaleway_account_project.project"),
6464
),
6565
},
66-
{
67-
Config: `
68-
resource "scaleway_account_project" "project" {
69-
name = "tf_tests_cockpit_project_basic"
70-
}
71-
resource "scaleway_cockpit" "main" {
72-
project_id = scaleway_account_project.project.id
73-
plan = "premium"
74-
}
75-
`,
76-
Check: resource.ComposeTestCheckFunc(
77-
resource.TestCheckResourceAttrSet("scaleway_cockpit.main", "plan"),
78-
resource.TestCheckResourceAttrSet("scaleway_cockpit.main", "plan_id"),
79-
resource.TestCheckResourceAttr("scaleway_cockpit.main", "plan", "premium"),
80-
),
81-
},
8266
},
8367
})
8468
}

0 commit comments

Comments
 (0)