Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
removed utils.py changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Jun 23, 2024
1 parent d9c804e commit 441d718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _wait_for_server(self, *, url: str, timeout: float):

def __del__(self):
if hasattr(self, "proc"):
self.proc.kill()
self.proc.terminate()

def __init__(self, cli_args: List[str], *, auto_port: bool = True) -> None:
if auto_port:
Expand Down

0 comments on commit 441d718

Please sign in to comment.