Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Nov 5, 2024
1 parent 6ebb3af commit 1075b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internet_identity/tests/integration/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ fn should_report_registration_rates() -> Result<(), CallError> {
assert_metric_approx(
&metrics,
"internet_identity_registrations_per_second{type=\"reference_rate\"}",
1.6,
0.4,
0.1,
);
assert_metric_approx(
Expand Down

0 comments on commit 1075b4a

Please sign in to comment.