We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51eb59 commit df9f167Copy full SHA for df9f167
examples/server/tests/features/steps/steps.py
@@ -1237,7 +1237,6 @@ async def wait_for_slots_status(context,
1237
while True:
1238
async with await session.get(f'{base_url}/slots', params=params) as slots_response:
1239
status_code = slots_response.status
1240
- print(await slots_response.text())
1241
slots = await slots_response.json()
1242
if context.debug:
1243
print(f"slots responses {slots}\n")
0 commit comments