Skip to content

Commit c4e9e16

Browse files
committed
Enable cleanup function
1 parent 65a2761 commit c4e9e16

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/integration.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ def clean_up(client, asset_to_delete):
162162
]
163163
}
164164

165-
# try:
166-
# client._api_call('delete', '/assets/id', json.dumps(payload))
167-
# print("Managed to cleanup!")
168-
# except Exception as e:
169-
# print(e)
165+
try:
166+
client._api_call('delete', '/assets/id', json.dumps(payload))
167+
print("Managed to cleanup!")
168+
except Exception as e:
169+
print(e)
170170

171171
return True
172172

0 commit comments

Comments
 (0)