Fix typo on Geo::NodeStatusService

parent 6c9ea237
......@@ -13,7 +13,7 @@ module Geo
response = self.class.get(status_url, headers: headers)
if response.success? || response.redirection?
response.parsed_response.values_at(*keys)
response.parsed_response.values_at(*KEYS)
else
["Could not connect to Geo node - HTTP Status Code: #{response.code}"]
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment