fix: add missing icon_url arg in test helper

This commit is contained in:
dalamudx
2026-05-17 21:40:54 +08:00
parent 48deff15c4
commit 2cb01f7a69

View File

@@ -436,6 +436,7 @@ pub(super) fn sample_oauth_provider_config(provider_type: &str) -> StoredOAuthPr
Some(vec!["openid".to_string()]), Some(vec!["openid".to_string()]),
Some(json!({"email": "email"})), Some(json!({"email": "email"})),
Some(json!({"team": true})), Some(json!({"team": true})),
None,
true, true,
) )
} }