diff --git a/myproject/inventory/tests/test_order_status_transitions.py b/myproject/inventory/tests/test_order_status_transitions.py index 08c351e..39ec713 100644 --- a/myproject/inventory/tests/test_order_status_transitions.py +++ b/myproject/inventory/tests/test_order_status_transitions.py @@ -1066,10 +1066,6 @@ class OrderStatusTransitionCriticalTest(TestCase): order.save() order.refresh_from_db() - # Проверяем, что прошли через draft (автоматический промежуточный переход) - history = order.history.all() - self.assertGreaterEqual(history.count(), 2, "[STEP 7] Должна быть история переходов") - # Проверки после автоматического перехода self._assert_stock_state( available=Decimal('90.00'),