mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Using StringInterface instead of mapStringAny (#30211)
This commit is contained in:
parent
68c11e9ecb
commit
06d8c92504
@ -145,7 +145,7 @@ func TestPropertyField_Patch(t *testing.T) {
|
|||||||
Type: NewPointer(PropertyFieldTypeSelect),
|
Type: NewPointer(PropertyFieldTypeSelect),
|
||||||
TargetID: NewPointer("new_target"),
|
TargetID: NewPointer("new_target"),
|
||||||
TargetType: NewPointer("new_type"),
|
TargetType: NewPointer("new_type"),
|
||||||
Attrs: &map[string]any{"key": "value"},
|
Attrs: &StringInterface{"key": "value"},
|
||||||
}
|
}
|
||||||
|
|
||||||
pf.Patch(patch)
|
pf.Patch(patch)
|
||||||
|
Loading…
Reference in New Issue
Block a user