Closed pestanko closed 6 years ago
delete_by was calling @client.execute instead of execute. That was the reason why the Gateways had not been undeployed after the test run.
delete_by
@client.execute
execute
delete_by
was calling@client.execute
instead ofexecute
. That was the reason why the Gateways had not been undeployed after the test run.