mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
fix: add missing icon_url arg in test helper
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user