Add 3.snapshot_comparator/tests/data/sample_snapshot_before.json
This commit is contained in:
parent
01fc054911
commit
d289c2f6ad
1 changed files with 22 additions and 0 deletions
22
3.snapshot_comparator/tests/data/sample_snapshot_before.json
Normal file
22
3.snapshot_comparator/tests/data/sample_snapshot_before.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": "missing"
|
||||
},
|
||||
{
|
||||
"artifact_key": "artifact_C",
|
||||
"status_before": "present",
|
||||
"status_after": "missing"
|
||||
},
|
||||
{
|
||||
"artifact_key": "artifact_D",
|
||||
"status_before": "missing",
|
||||
"status_after": "present"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue