Remove completed roadmap cleanup plans

This commit is contained in:
2026-06-15 12:52:18 +00:00
parent cd8d77b37c
commit 67b30dbad6
7 changed files with 25 additions and 1975 deletions

View File

@@ -26,7 +26,7 @@ func TestCatalogCompleteForGeneratedTextTemplateReports(t *testing.T) {
if handler.validate == nil {
t.Fatal("validator is nil")
}
if handler.buildRenderContext == nil {
if handler.renderContextBuilder == nil {
t.Fatal("render-context builder is nil")
}
if schema, err := handler.Schema(); err != nil {