diff --git a/audit_drift_script/tests/data/sample_drift_report.json b/audit_drift_script/tests/data/sample_drift_report.json new file mode 100644 index 0000000..01188d1 --- /dev/null +++ b/audit_drift_script/tests/data/sample_drift_report.json @@ -0,0 +1,8 @@ +{ + "timestamp": "2024-05-10T14:23:00Z", + "run_id": "run_001_pinned", + "stratum": "pinned", + "decision": "PASS", + "warn_rate": 0.05, + "unknown_rate": 0.0 +} \ No newline at end of file