Finalized dependency aware scope prop

This commit is contained in:
2026-05-03 14:45:56 +02:00
parent 58f53e18de
commit 256dd497a0
4 changed files with 84 additions and 3 deletions

View File

@@ -1691,6 +1691,8 @@ def test_ui_register_analyze_and_approve_loop(tmp_path):
)
assert diff_response.status_code == 200
assert "Change Review" in diff_response.text
assert "Dependency Impact" in diff_response.text
assert "Open Graph" in diff_response.text
assert "Approved Registry Impact" in diff_response.text
assert "Candidate Claims" in diff_response.text
assert "GET /ready" in diff_response.text