refactor: simplify mqtt pipeline state and remove event table
All checks were successful
Deploy to Production / deploy (push) Successful in 4m55s
All checks were successful
Deploy to Production / deploy (push) Successful in 4m55s
This commit is contained in:
@@ -18,4 +18,5 @@ def test_terminal_message_raw_model_can_persist() -> None:
|
||||
session.refresh(row)
|
||||
|
||||
assert row.id is not None
|
||||
assert row.parse_status == "pending"
|
||||
assert row.parsed_at is None
|
||||
assert row.parse_error is None
|
||||
|
||||
Reference in New Issue
Block a user