Skip to content

Commit

Permalink
test: fix test_metrics_identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Apr 25, 2024
1 parent 4781e9a commit f601799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackslib/src/net/tests/httpcore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ fn test_metrics_identifiers() {
"GET",
"/v2/blocks/d8bd3c7e7cf7a9d783560a71356d3d9dbc84dc2f0c1a0001be8b141927c9d7ab",
),
("/v2/blocks/:hash", true),
("/v2/blocks/:block_id", true),
),
// Invalid requests
(("POST", "/v2/info"), ("<err-handler-not-found>", false)),
Expand Down

0 comments on commit f601799

Please sign in to comment.