Skip to content

Commit c2dcdde

Browse files
committed
test: fix test_metrics_identifiers
1 parent 7c6a3f0 commit c2dcdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/tests/httpcore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ fn test_metrics_identifiers() {
10741074
"GET",
10751075
"/v2/blocks/d8bd3c7e7cf7a9d783560a71356d3d9dbc84dc2f0c1a0001be8b141927c9d7ab",
10761076
),
1077-
("/v2/blocks/:hash", true),
1077+
("/v2/blocks/:block_id", true),
10781078
),
10791079
// Invalid requests
10801080
(("POST", "/v2/info"), ("<err-handler-not-found>", false)),

0 commit comments

Comments
 (0)