From 9d94edea72f8ab3d90ff9398849f5bb337cb1432 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 27 Oct 2023 01:32:26 +0200 Subject: [PATCH] conformance without s --- tipg/factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipg/factory.py b/tipg/factory.py index 3f97ca5f..021cf7b6 100644 --- a/tipg/factory.py +++ b/tipg/factory.py @@ -219,7 +219,7 @@ def __post_init__(self): """Post Init: register route and configure specific options.""" self.register_routes() if self.with_common: - self._conformances_route() + self._conformance_route() self._landing_route() def url_for(self, request: Request, name: str, **path_params: Any) -> str: