Add 3.snapshot_comparator/tests/data/sample_snapshot_after.json

This commit is contained in:
Mika 2026-02-13 12:26:37 +00:00
parent d289c2f6ad
commit 471a0783c6

View file

@ -0,0 +1,22 @@
[
{
"artifact_key": "artifact_A",
"status_before": "present",
"status_after": "present"
},
{
"artifact_key": "artifact_B",
"status_before": "missing",
"status_after": "present"
},
{
"artifact_key": "artifact_C",
"status_before": "present",
"status_after": "missing"
},
{
"artifact_key": "artifact_D",
"status_before": "present",
"status_after": "present"
}
]