Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanPrash committed Dec 7, 2024
1 parent a53dda9 commit 38a179d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ def __exit__(self, type, value, traceback):

def start(self):
self.proc = self.run_server(self.repo, self.mode)
self.wait_for_server_ready(
# url=self.url_for("v2", "health", "ready"),
timeout=self.timeout
) # Polling
self.wait_for_server_ready(timeout=self.timeout) # Polling

def stop(self):
self.kill_server()
Expand Down

0 comments on commit 38a179d

Please sign in to comment.