Skip to content

Commit ea6f9ac

Browse files
committed
rename server in previous test
1 parent 2ec999c commit ea6f9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/instance/action_server_action_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestAccActionServer_Basic(t *testing.T) {
3030
{
3131
Config: `
3232
resource "scaleway_instance_server" "main" {
33-
name = "test-terraform-datasource-private-nic"
33+
name = "test-terraform-action-server-basic"
3434
type = "DEV1-S"
3535
image = "ubuntu_jammy"
3636
@@ -52,7 +52,7 @@ func TestAccActionServer_Basic(t *testing.T) {
5252
{
5353
Config: `
5454
resource "scaleway_instance_server" "main" {
55-
name = "test-terraform-datasource-private-nic"
55+
name = "test-terraform-action-server-basic"
5656
type = "DEV1-S"
5757
image = "ubuntu_jammy"
5858

0 commit comments

Comments
 (0)