Add 3.snapshot_comparator/tests/data/sample_snapshot_after.json
This commit is contained in:
parent
d289c2f6ad
commit
471a0783c6
1 changed files with 22 additions and 0 deletions
22
3.snapshot_comparator/tests/data/sample_snapshot_after.json
Normal file
22
3.snapshot_comparator/tests/data/sample_snapshot_after.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue