Using StringInterface instead of mapStringAny (#30211)

Этот коммит содержится в:
Julien Tant
2025-02-13 20:14:08 -07:00
коммит произвёл GitHub
родитель 68c11e9ecb
Коммит 06d8c92504

Просмотреть файл

@@ -145,7 +145,7 @@ func TestPropertyField_Patch(t *testing.T) {
Type: NewPointer(PropertyFieldTypeSelect),
TargetID: NewPointer("new_target"),
TargetType: NewPointer("new_type"),
Attrs: &map[string]any{"key": "value"},
Attrs: &StringInterface{"key": "value"},
}
pf.Patch(patch)