Amend tests for the ID token field

This commit is contained in:
Björn Weinehall
2021-12-21 10:42:59 +01:00
parent 6e6579ab59
commit 8829599c8c

View File

@@ -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();