test(integration): add bookmarks routes

This commit is contained in:
Julien Neuhart
2026-03-04 21:34:16 +01:00
parent 1578253fb1
commit caea81501d
7 changed files with 415 additions and 50 deletions

View File

@@ -322,6 +322,7 @@ func WriteBookmarksStub(ctx *api.Context, engine gotenberg.PdfEngine, bookmarks
}
}
default:
// Should not happen.
return fmt.Errorf("bookmarks type '%T' not supported", bookmarks)
}