add subscription test

This commit is contained in:
2026-01-16 19:47:41 -03:00
parent f593b21a73
commit 753c4be4da
8 changed files with 142 additions and 23 deletions

View File

@@ -11,6 +11,12 @@ class ConflictError(ServiceError):
super().__init__(HTTPStatus.CONFLICT, msg)
class OrgNotFoundError(NotFoundError): ...
class MemberNotFoundError(NotFoundError): ...
class OrderNotFoundError(NotFoundError): ...