feat(api): endpoints to mark and unmark custom records
This commit is contained in:
@@ -382,7 +382,7 @@ func TestChangesetResponseEmptyMarshalsToArrays(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
s := string(b)
|
||||
for _, want := range []string{`"updates":[]`, `"prunes":[]`, `"readOnly":[]`} {
|
||||
for _, want := range []string{`"updates":[]`, `"prunes":[]`, `"customs":[]`, `"readOnly":[]`} {
|
||||
if !strings.Contains(s, want) {
|
||||
t.Fatalf("expected %s in %s", want, s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user