Apply gofmt to config hostname regression test

This commit is contained in:
beatz174-bit
2026-04-23 13:04:43 +10:00
parent 8c31f2c646
commit 37f5697d00
+1 -1
View File
@@ -16,7 +16,7 @@ func TestHostnameFromConfigIgnoresComputedAttributesDomain(t *testing.T) {
configType := tftypes.Object{AttributeTypes: map[string]tftypes.Type{
"hostname": tftypes.String,
"domain": tftypes.DynamicPseudoType,
"domain": tftypes.DynamicPseudoType,
}}
configValue := tftypes.NewValue(configType, map[string]tftypes.Value{
"hostname": tftypes.NewValue(tftypes.String, "www.example.com"),