fix: Repair /metrics endpoint (#10813)
* fix: Repair /metrics endpoint * Return back change in the application.exnp-fix-forever-pending-verification
parent
5e4b8d856d
commit
e897070d84
@ -0,0 +1,11 @@ |
||||
defmodule BlockScoutWeb.MetricsControllerTest do |
||||
use BlockScoutWeb.ConnCase |
||||
|
||||
describe "/metrics page" do |
||||
test "renders /metrics page", %{conn: conn} do |
||||
conn = get(conn, "/metrics") |
||||
|
||||
assert text_response(conn, 200) |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue