============================= test session starts ============================= platform win32 -- Python 3.13.5, pytest-9.0.2, pluggy-1.6.0 rootdir: C:\Users\megaa\Downloads\drone_env configfile: pyproject.toml plugins: anyio-4.12.1 collected 15 items tests\test_api.py ............F.. [100%] ================================== FAILURES =================================== ____________________________ test_analyse_endpoint ____________________________ tests\test_api.py:132: in test_analyse_endpoint assert "task" in data or "error" in data E AssertionError: assert ('task' in {'action_distribution': {'DOWN': 110, 'LEFT': 80, 'RIGHT': 119, 'UP': 99, ...}, 'avg_deliveries': '0.2', 'avg_reward': -2.895, 'avg_steps': 30.1, ...} or 'error' in {'action_distribution': {'DOWN': 110, 'LEFT': 80, 'RIGHT': 119, 'UP': 99, ...}, 'avg_deliveries': '0.2', 'avg_reward': -2.895, 'avg_steps': 30.1, ...}) =========================== short test summary info =========================== FAILED tests/test_api.py::test_analyse_endpoint - AssertionError: assert ('ta... ======================== 1 failed, 14 passed in 9.95s =========================