client-api: Fix warning in tests
This commit is contained in:
parent
486c9245b3
commit
e73378c90a
@ -310,7 +310,7 @@ mod tests {
|
|||||||
}))
|
}))
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
let mut flow = foo.flows.pop();
|
let flow = foo.flows.pop();
|
||||||
assert_matches!(foo.flows.as_slice(), []);
|
assert_matches!(foo.flows.as_slice(), []);
|
||||||
|
|
||||||
let mut identity_providers = match flow {
|
let mut identity_providers = match flow {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user