Skip to content

Commit 49f87e1

Browse files
authored
test(k8s): switch to block in cluster data source test (scaleway#2542)
* test(k8s): switch to block * test(k8s): move cassettes * test(k8s): fix 500 * test(k8s): switch to block in cluster data source test
1 parent 8446410 commit 49f87e1

File tree

2 files changed

+993
-2414
lines changed

2 files changed

+993
-2414
lines changed

internal/services/k8s/cluster_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestAccDataSourceCluster_Basic(t *testing.T) {
4141
resource "scaleway_k8s_pool" "default" {
4242
name = "default"
4343
cluster_id = "${scaleway_k8s_cluster.main.id}"
44-
node_type = "gp1_xs"
44+
node_type = "pro2_xxs"
4545
autohealing = true
4646
autoscaling = true
4747
size = 1

0 commit comments

Comments
 (0)