diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-27 15:16:22 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-27 15:16:22 -0500 |
commit | f2b74f60f056232af4fc7d3f3397cc7477024ee7 (patch) | |
tree | 9e7be538fcc35cad40c032dae347ca3d1ee6c1eb /test | |
parent | 291189357b2140db6d6ff1f51522e597690f9fb5 (diff) | |
parent | 7d31122781c27e11e9e4ab62290cb772d64472d4 (diff) | |
download | pleroma-f2b74f60f056232af4fc7d3f3397cc7477024ee7.tar.gz |
Merge branch 'develop' into feature/account-export
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/endpoint/metrics_exporter_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pleroma/web/endpoint/metrics_exporter_test.exs b/test/pleroma/web/endpoint/metrics_exporter_test.exs index f954cc1e7..875addc96 100644 --- a/test/pleroma/web/endpoint/metrics_exporter_test.exs +++ b/test/pleroma/web/endpoint/metrics_exporter_test.exs @@ -38,7 +38,6 @@ defmodule Pleroma.Web.Endpoint.MetricsExporterTest do for metric <- [ "http_requests_total", "http_request_duration_microseconds", - "phoenix_controller_render_duration", "phoenix_controller_call_duration", "telemetry_scrape_duration", "erlang_vm_memory_atom_bytes_total" |