Merge pull request #1294 from gboutry/fix/not-found

Don't gate on not found
This commit is contained in:
hemanthnakkina
2025-01-28 15:02:51 +05:30
committed by GitHub

View File

@@ -191,4 +191,5 @@ def wait_for_all_endpoints(interface='public', service_codes=None):
requests.codes.ok,
requests.codes.multiple_choices,
requests.codes.unauthorized,
requests.codes.not_found,
] + service_codes.get(service.name, []))