summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-06-09 16:14:54 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-06-09 16:19:19 -0500
commit4f2af4258bd5b066357e519cca946fa2437e2f64 (patch)
tree7695e4cafcc6ffc3f5c0042f053d932607e99297
parent72abeb6be72138747b241dafbf16b347c5e876f0 (diff)
downloadgitlab-ce-4f2af4258bd5b066357e519cca946fa2437e2f64.tar.gz
Remove duplicate method
-rw-r--r--spec/support/prometheus_helpers.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/support/prometheus_helpers.rb b/spec/support/prometheus_helpers.rb
index 55c11abe3f7..e8a950c03d8 100644
--- a/spec/support/prometheus_helpers.rb
+++ b/spec/support/prometheus_helpers.rb
@@ -13,12 +13,6 @@ module PrometheusHelpers
"https://prometheus.example.com/api/v1/query?#{query}"
end
- def prometheus_ping_url(prometheus_query)
- query = { query: prometheus_query }.to_query
-
- "https://prometheus.example.com/api/v1/query?#{query}"
- end
-
def prometheus_query_url(prometheus_query)
query = { query: prometheus_query }.to_query