Merge "Fixed a PyPy compatibility issue in the test fixtures"

This commit is contained in:
Jenkins 2013-09-16 22:59:58 +00:00 committed by Gerrit Code Review
commit 027a1a09aa

View File

@ -250,7 +250,7 @@ def data(TEST):
TEST.tenant = tenant # Your "current" tenant
tomorrow = datetime_safe.datetime.now() + timedelta(days=1)
expiration = datetime_safe.datetime.isoformat(tomorrow)
expiration = tomorrow.isoformat()
scoped_token_dict = {
'access': {