Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 96d613e

Browse files
committed
Added attribute
1 parent ab7fdf9 commit 96d613e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_08_session.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def test_upgrade_to_token(self):
165165
"client_id",
166166
"oauth_state",
167167
"expires_in",
168+
"expires_at"
168169
}
169170

170171
# can't update again
@@ -191,6 +192,7 @@ def test_upgrade_to_token_refresh(self):
191192
"oauth_state",
192193
"refresh_token",
193194
"expires_in",
195+
"expires_at"
194196
}
195197

196198
# You can't refresh a token using the token itself
@@ -216,6 +218,7 @@ def test_upgrade_to_token_with_id_token_and_oidreq(self):
216218
"client_id",
217219
"oauth_state",
218220
"expires_in",
221+
"expires_at"
219222
}
220223

221224
assert _dict["id_token"] == "id_token"

0 commit comments

Comments
 (0)