Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsotofernandez committed Dec 4, 2023
1 parent 327ce79 commit 3b29c0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/services/druid_historical_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b29c0c

Please sign in to comment.