Update token expiry in tests to be a bit more into the future.

This commit is contained in:
Sybren A. Stüvel 2017-12-08 14:03:45 +01:00
parent 8a400c5c0f
commit 8eee0d57b6

View File

@ -42,7 +42,7 @@ BLENDER_ID_USER_RESPONSE = {'status': 'success',
'user': {'email': TEST_EMAIL_ADDRESS,
'full_name': TEST_FULL_NAME,
'id': ctd.BLENDER_ID_TEST_USERID},
'token_expires': 'Mon, 1 Jan 2018 01:02:03 GMT'}
'token_expires': 'Mon, 1 Jan 2218 01:02:03 GMT'}
class PillarTestServer(pillar.PillarServer):