Revert "realm.wait_until_ports_disappear: endp_list needs a length greater than 0, not 1"

This reverts commit 68fcf480818432a0926e8c7d1ccc621f52cfbb06.
This commit is contained in:
Matthew Stidham
2022-01-25 15:14:14 -08:00
committed by shivam
parent a9c6ab4f12
commit a9e0189e8d

View File

@@ -400,7 +400,7 @@ class Realm(LFCliBase):
if endp_list and ("items" not in endp_list):
if 'endpoint' in endp_list.keys():
for endpoint in list(endp_list['endpoint']):
if len(endpoint) > 0:
if len(endpoint) > 1:
found_endps.add(endpoint[0])
else:
print(