We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccd184 commit 60e8940Copy full SHA for 60e8940
stackit/internal/services/iaas/iaas_acc_test.go
@@ -4030,7 +4030,7 @@ func TestAccImageMax(t *testing.T) {
4030
}
4031
4032
func TestAccMachineType(t *testing.T) {
4033
- t.Logf("TestAccMachineTyp projectid: %s", testutil.ConvertConfigVariable(testConfigMachineTypeVars["project_id"]))
+ t.Logf("TestAccMachineType projectid: %s", testutil.ConvertConfigVariable(testConfigMachineTypeVars["project_id"]))
4034
resource.ParallelTest(t, resource.TestCase{
4035
ProtoV6ProviderFactories: testutil.TestAccProtoV6ProviderFactories,
4036
Steps: []resource.TestStep{
0 commit comments