Skip to content

Commit

Permalink
distinguish nghttpd failures
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 8, 2024
1 parent 71cf61b commit 0003251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_impersonate.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def nghttpd():
# Otherwise fail.
started = await asyncio.wait_for(_wait_nghttpd(proc), timeout=3)
if not started:
raise Exception("nghttpd failed to start on time")
raise Exception("nghttpd failed to start")
except asyncio.TimeoutError:
raise Exception("nghttpd failed to start on time")

Expand Down

0 comments on commit 0003251

Please sign in to comment.