lib/pact_broker/api/resources/integrations.rb in pact_broker-2.42.0 vs lib/pact_broker/api/resources/integrations.rb in pact_broker-2.43.0
- old
+ new
@@ -28,10 +28,10 @@
def integrations
integration_service.find_all
end
def delete_resource
- integration_service.delete(consumer_name, provider_name)
+ integration_service.delete_all
true
end
end
end
end