diff --git a/tests/v16/test_v16_charge_point.py b/tests/v16/test_v16_charge_point.py index d08a6a408..a38bcb720 100644 --- a/tests/v16/test_v16_charge_point.py +++ b/tests/v16/test_v16_charge_point.py @@ -132,6 +132,7 @@ async def test_route_message_with_no_route(base_central_system, heartbeat_call): ) ) + @pytest.mark.asyncio async def test_route_message_not_supported(base_central_system, notsupported_call): """ @@ -156,6 +157,7 @@ async def test_route_message_not_supported(base_central_system, notsupported_cal ) ) + @pytest.mark.asyncio async def test_send_call_with_timeout(connection): cs = ChargePoint(id=1234, connection=connection, response_timeout=0.1)