добавлен declaredValue
Deploy / deploy (push) Successful in 53s

This commit is contained in:
Раис Юсупалиев
2026-06-21 22:32:28 +03:00
parent 6a3da82ddc
commit c6c37640fd
8 changed files with 73 additions and 5 deletions
@@ -276,6 +276,7 @@ def test_save_order_request_uses_selected_tariff_urgency() -> None:
assert order.field_value("DeliveryOfCargo") == "ДоставкаДоДверей"
assert order.field_value("Payer") == "payer-1"
assert order.field_value("ShippingMethod") == "sm-1"
assert order.field_value("CargoCost") == "50000"
def test_application_error_in_response_raises_request_error() -> None: