Skip to content

Commit

Permalink
test_example_blocking_httpserver.py: remove httpserver.clear()
Browse files Browse the repository at this point in the history
Remove this call as it is not needed here.
  • Loading branch information
csernazs committed Nov 22, 2023
1 parent 8110d9d commit 2aa9d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/examples/test_example_blocking_httpserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def httpserver():

yield server

server.clear()
if server.is_running():
server.stop()

Expand Down

0 comments on commit 2aa9d27

Please sign in to comment.