We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a2761 commit c4e9e16Copy full SHA for c4e9e16
1 file changed
tests/integration.py
@@ -162,11 +162,11 @@ def clean_up(client, asset_to_delete):
162
]
163
}
164
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)
+ try:
+ client._api_call('delete', '/assets/id', json.dumps(payload))
+ print("Managed to cleanup!")
+ except Exception as e:
+ print(e)
170
171
return True
172
0 commit comments