добавлено получение накладной в cse
Deploy / deploy (push) Successful in 2m33s

This commit is contained in:
Раис Юсупалиев
2026-06-27 07:10:31 +03:00
parent 2d8f31d3d9
commit facdde00c9
14 changed files with 581 additions and 100 deletions
@@ -69,6 +69,7 @@ def test_run_exits_when_stop_event_is_set() -> None:
),
patch("app.workers.waybill_poller.CDEKAuthClient"),
patch("app.workers.waybill_poller.CDEKClient"),
patch("app.workers.waybill_poller.CSEClient"),
patch(
"app.workers.waybill_poller.create_postgres_engine",
return_value=engine_instance,