We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172094d commit 5a751ecCopy full SHA for 5a751ec
test/integration/test_direct_link_provider_v2.py
@@ -82,9 +82,8 @@ def _clean_dl_records(self):
82
for record in resp:
83
gateway_id = record.get("id")
84
if ("SDK-PY" in record.get("name")) and (
85
- "delet" not in record.get("operational_status")):
+ ("delet" not in record.get("operational_status")) and ("progress" not in record.get("operational_status"))):
86
self.delete_gateway(gateway_id=gateway_id)
87
-
88
89
def delete_gateway(self, gateway_id):
90
response = self.dl.create_gateway_action(id=gateway_id, action="delete_gateway_approve")
0 commit comments