test(host_catalog): Fix flaky assertion

pull/4094/head
Timothy Messier 2 years ago
parent 6e233c879f
commit a7730b02ac
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -1551,6 +1551,9 @@ func TestUpdate_Plugin(t *testing.T) {
cmpopts.SortSlices(func(a, b protocmp.Message) bool {
return a.String() < b.String()
}),
cmpopts.SortSlices(func(a, b *structpb.Value) bool {
return a.String() < b.String()
}),
))
},
},

Loading…
Cancel
Save