We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dcd29 commit 3464d03Copy full SHA for 3464d03
src/test/spec/oidc.rs
@@ -30,6 +30,7 @@ async fn machine_single_principal_implicit_username() -> anyhow::Result<()> {
30
return Ok(());
31
}
32
33
+ // we need to assert that the callback is only called once
34
let call_count = Arc::new(Mutex::new(0));
35
let cb_call_count = call_count.clone();
36
@@ -71,6 +72,7 @@ async fn human_single_principal_implicit_username() -> anyhow::Result<()> {
71
72
73
74
75
76
77
78
0 commit comments