diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index a66723eb1..11587dd64 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -1237,7 +1237,6 @@ async def wait_for_slots_status(context, while True: async with await session.get(f'{base_url}/slots', params=params) as slots_response: status_code = slots_response.status - print(await slots_response.text()) slots = await slots_response.json() if context.debug: print(f"slots responses {slots}\n")