Skip to content

Commit 3c1d8d3

Browse files
committed
Fix
1 parent 4e48aae commit 3c1d8d3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

internal/services/instance/action_server_action_test.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ func TestAccActionServer_Basic(t *testing.T) {
2323
type = "DEV1-S"
2424
image = "ubuntu_jammy"
2525
26-
lifecycle {
27-
action_trigger {
28-
events = [after_create]
29-
actions = [action.scaleway_instance_server_action.main]
30-
}
31-
}
26+
lifecycle {
27+
action_trigger {
28+
events = [after_create]
29+
actions = [action.scaleway_instance_server_action.main]
30+
}
31+
}
3232
}
3333
3434
action "scaleway_instance_server_action" "main" {
@@ -38,7 +38,6 @@ func TestAccActionServer_Basic(t *testing.T) {
3838
}
3939
}
4040
`,
41-
Check: resource.ComposeTestCheckFunc(),
4241
},
4342
},
4443
})

0 commit comments

Comments
 (0)