Update token expiry in tests to be a bit more into the future.
This commit is contained in:
parent
8a400c5c0f
commit
8eee0d57b6
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user