Files
holos/internal/compare/testdata/labels/testcase.json
2025-05-17 12:59:15 -07:00

12 lines
317 B
JSON

{
"exitCode": 1,
"name": "ArbitraryLabels",
"msg": "should not match when before labels are a subset of arbitrary after labels",
"file1": "before.yaml",
"file2": "after.yaml",
"expectedErrors": [
"+ some-arbitrary-label: not-in-before",
"+ another-arbitrary-label: also-not-in-before"
]
}