Feat: test consume_flux

This commit is contained in:
2024-08-14 07:41:36 +02:00
parent fe8f76245b
commit 7fc10128da
2 changed files with 45 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class Flux(BaseModel):
class State(BaseModel):
statuses: dict[str, str]
statuses: dict[str, dict]
qty_out: int
failed_lines: list[str]
start: datetime