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 432cfd2 commit c2daa13Copy full SHA for c2daa13
tests/integration/helpers.py
@@ -4,7 +4,7 @@ async def run_command_and_detect_errors(async_process_runner, command, time):
4
throw an Exception in case any unresolved Exceptions are detected in the output of the command.
5
"""
6
await async_process_runner.run(command, timeout_sec=time)
7
- scan_for_errors(async_process_runner.stderr)
+ await scan_for_errors(async_process_runner.stderr)
8
9
10
async def scan_for_errors(async_iterable):
0 commit comments