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 279359f commit 20bcbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internet_identity/tests/integration/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -811,13 +811,13 @@ fn should_report_registration_rates() -> Result<(), CallError> {
assert_metric_approx(
&metrics,
"internet_identity_registrations_per_second{type=\"current_rate\"}",
1.3,
2f64,
0.1,
);
assert_metric_approx(
&metrics,
"internet_identity_registrations_per_second{type=\"captcha_threshold_rate\"}",
1.9,
0.48,
0.1,
);
Ok(())
Expand Down

0 comments on commit 20bcbc7

Please sign in to comment.