mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-02 09:26:16 +01:00
Remove redundant id_token field from struct initialization
This commit is contained in:
@@ -449,7 +449,6 @@ mod tests {
|
||||
#[tokio::test]
|
||||
async fn test_disk_storage() {
|
||||
let new_token = |access_token: &str| TokenInfo {
|
||||
id_token: None,
|
||||
access_token: Some(access_token.to_owned()),
|
||||
refresh_token: None,
|
||||
expires_at: None,
|
||||
|
||||
Reference in New Issue
Block a user