Skip to content

Commit

Permalink
tests: fix multi check service registration
Browse files Browse the repository at this point in the history
2 PRs were merged in parallel and broke this test.
  • Loading branch information
Mathias Brulatout committed Mar 18, 2024
1 parent acbd109 commit cd0ccea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def verify_check_status(check_id, status, notes=None):
verify_and_dereg_check("ttl_check")

def test_service_multi_check(self, consul_port):
consul_port, _consul_version = consul_port
c = consul.Consul(port=consul_port)
http_addr = f"http://127.0.0.1:{consul_port}"
c.agent.service.register(
Expand Down

0 comments on commit cd0ccea

Please sign in to comment.