From 471a0783c6adf2d880a4e8c455972857287c61e4 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 13 Feb 2026 12:26:37 +0000 Subject: [PATCH] Add 3.snapshot_comparator/tests/data/sample_snapshot_after.json --- .../tests/data/sample_snapshot_after.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 3.snapshot_comparator/tests/data/sample_snapshot_after.json diff --git a/3.snapshot_comparator/tests/data/sample_snapshot_after.json b/3.snapshot_comparator/tests/data/sample_snapshot_after.json new file mode 100644 index 0000000..8834300 --- /dev/null +++ b/3.snapshot_comparator/tests/data/sample_snapshot_after.json @@ -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" + } +] \ No newline at end of file