cleans up tests

This commit is contained in:
2025-08-11 20:07:59 -07:00
parent cc1523cbb2
commit de7e03f8e7
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1 @@
Fixed failing integration test in tests/integration/test_ai_rule_endpoints.py::TestAIRuleEndpoints::test_assess_rule_success. The issue was with the ai_rule_result.html template not properly rendering quality assessments from the assess-rule endpoint. Added logic to handle assessment results with quality score display.