mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-20 17:21:03 +01:00
Amend tests for the ID token field
This commit is contained in:
@@ -452,6 +452,7 @@ mod tests {
|
||||
access_token: access_token.to_owned(),
|
||||
refresh_token: None,
|
||||
expires_at: None,
|
||||
id_token: None,
|
||||
};
|
||||
let scope_set = ScopeSet::from(&["myscope"]);
|
||||
let tempdir = tempfile::tempdir().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user