Skip to content

Commit

Permalink
remove HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemyslaw Susko committed Oct 31, 2023
1 parent 1108c4b commit 37851e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ def url_matches_endpoint(url, endpoint):


def discovered_service_has_clients(discovery: subprocess.Popen, url: str, local_clients_number: int, external_clients_number: int) -> bool:
# HACK remove when discovery starts correctly identifying local and external clients num
local_clients_number, external_clients_number = external_clients_number, local_clients_number
# HACK

service = get_discovered_service_json(discovery, url)
if not service:
logging.warning("No discovered service for endpoint {}".format(url))
Expand Down

0 comments on commit 37851e4

Please sign in to comment.