mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
chore: bumped version to 0.0.31
This commit is contained in:
parent
8df8565e0a
commit
1c9ab207ef
56 changed files with 520 additions and 190 deletions
|
|
@ -423,8 +423,12 @@ async def test_run_events_replays_buffer_then_finishes(monkeypatch):
|
|||
|
||||
row = _fake_run_row(status="running")
|
||||
raw = str(row.id)
|
||||
run_event_bus.publish(raw, {"type": "run.progress", "phase": "scraping", "current": 1})
|
||||
run_event_bus.publish(raw, {"type": "run.finished", "status": "success", "item_count": 2})
|
||||
run_event_bus.publish(
|
||||
raw, {"type": "run.progress", "phase": "scraping", "current": 1}
|
||||
)
|
||||
run_event_bus.publish(
|
||||
raw, {"type": "run.finished", "status": "success", "item_count": 2}
|
||||
)
|
||||
|
||||
app = _build_app_with_rows(monkeypatch, [row])
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue