PublishedCountError#
- exception safir.metrics.PublishedCountError(expected, actual, actual_models)#
Bases:
BaseAssertionError
,Generic
Expected has a different number of items than were published.
- Parameters:
expected (
TypeAliasType
)actual (
TypeAliasType
)actual_models (
list
[TypeVar
(P
, bound=EventPayload
)])