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