mirror of
https://github.com/holos-run/holos.git
synced 2026-04-07 18:15:00 +00:00
When the objects in the before stream differ only by a deeply nested field value, the second object in before should not match any object in after.
12 lines
328 B
JSON
12 lines
328 B
JSON
{
|
|
"exitCode": 1,
|
|
"name": "MultipleIdenticalObjectsOutOfOrderAllLabels",
|
|
"msg": "should not match when the same object is duplicated in after and differs only by an arbitrary deeply nested field in before",
|
|
"file1": "before.yaml",
|
|
"file2": "after.yaml",
|
|
"expectedErrors": [
|
|
"- seq: 2",
|
|
"+ seq: 1"
|
|
]
|
|
}
|