From 3b29c0ca964a70de15829f4c129d59695eac03da Mon Sep 17 00:00:00 2001 From: JuanSheba Date: Mon, 4 Dec 2023 12:17:00 +0000 Subject: [PATCH] Fix Linter --- spec/services/druid_historical_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/services/druid_historical_spec.rb b/spec/services/druid_historical_spec.rb index c01f294..694904c 100644 --- a/spec/services/druid_historical_spec.rb +++ b/spec/services/druid_historical_spec.rb @@ -7,8 +7,6 @@ service = 'druid-historical' port = 8083 -service_status = command("systemctl is-enabled #{service}").stdout.strip - def service_registered_and_healthy?(service) api_endpoint = 'http://localhost:8500/v1' service_json = command("curl -s #{api_endpoint}/catalog/service/#{service} | jq -r '.[]'").stdout