From b52ff5825d52001b92151cf919378c7368213b48 Mon Sep 17 00:00:00 2001 From: Miguel Pinto Date: Wed, 2 Oct 2024 13:45:32 +0100 Subject: [PATCH] feat: rubocop --- .../hubspot/objects/deploy_invoices_service_spec.rb | 6 +++--- .../hubspot/objects/deploy_subscriptions_service_spec.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/services/integrations/hubspot/objects/deploy_invoices_service_spec.rb b/spec/services/integrations/hubspot/objects/deploy_invoices_service_spec.rb index 1f92a9a210a..27f5681e075 100644 --- a/spec/services/integrations/hubspot/objects/deploy_invoices_service_spec.rb +++ b/spec/services/integrations/hubspot/objects/deploy_invoices_service_spec.rb @@ -14,8 +14,8 @@ before do allow(LagoHttpClient::Client).to receive(:new) - .with(endpoint) - .and_return(http_client) + .with(endpoint) + .and_return(http_client) allow(http_client).to receive(:post_with_response).and_return(response) integration.invoices_properties_version = nil @@ -65,4 +65,4 @@ end end end -end \ No newline at end of file +end diff --git a/spec/services/integrations/hubspot/objects/deploy_subscriptions_service_spec.rb b/spec/services/integrations/hubspot/objects/deploy_subscriptions_service_spec.rb index 07132eac64c..7f7c6520a8b 100644 --- a/spec/services/integrations/hubspot/objects/deploy_subscriptions_service_spec.rb +++ b/spec/services/integrations/hubspot/objects/deploy_subscriptions_service_spec.rb @@ -14,8 +14,8 @@ before do allow(LagoHttpClient::Client).to receive(:new) - .with(endpoint) - .and_return(http_client) + .with(endpoint) + .and_return(http_client) allow(http_client).to receive(:post_with_response).and_return(response) integration.subscriptions_properties_version = nil @@ -65,4 +65,4 @@ end end end -end \ No newline at end of file +end