Remove redundant id_token field from struct initialization

This commit is contained in:
Brandon Ogle
2022-10-10 12:45:51 -07:00
parent 95df191358
commit 818d1c2eea

View File

@@ -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,