From c2bbfdf58ffa26185e0156b7bdf0ae313576afc1 Mon Sep 17 00:00:00 2001 From: Alex Bozarth Date: Thu, 23 Apr 2026 15:32:27 -0500 Subject: [PATCH] fix: update hallucination_detection fixture for upstream NA enum addition The upstream YAML in ibm-granite/granitelib-rag-r1.0 added "NA" as a valid enum value for the faithfulness field. Update the test fixture to match, fixing test_canned_input[hallucination_detection] CI failure. Closes #915 Assisted-by: Claude Code Signed-off-by: Alex Bozarth --- .../testdata/test_canned_input/hallucination_detection.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/formatters/granite/testdata/test_canned_input/hallucination_detection.json b/test/formatters/granite/testdata/test_canned_input/hallucination_detection.json index 81b432de5..32e13d490 100644 --- a/test/formatters/granite/testdata/test_canned_input/hallucination_detection.json +++ b/test/formatters/granite/testdata/test_canned_input/hallucination_detection.json @@ -40,7 +40,8 @@ "enum": [ "faithful", "partial", - "unfaithful" + "unfaithful", + "NA" ] }, "e": {