[FIX]document_url_google_drive: fix test

This commit is contained in:
Demchuk Mykola 2023-11-08 21:58:26 +02:00
parent c634a6c590
commit 3089ce3354

View File

@ -44,6 +44,7 @@ class TestDocumentUrl(common.TransactionCase):
"google_picker_scope": "test_scope", "google_picker_scope": "test_scope",
"google_picker_access_token": "test_access_token", "google_picker_access_token": "test_access_token",
"google_picker_mime_types": "test_mime_types", "google_picker_mime_types": "test_mime_types",
"google_picker_google_picker_expires_date": 0,
} }
) )
params = user.get_google_picker_params() params = user.get_google_picker_params()
@ -55,6 +56,7 @@ class TestDocumentUrl(common.TransactionCase):
"scope": "test_scope", "scope": "test_scope",
"app_id": "test_app_id", "app_id": "test_app_id",
"access_token": "test_access_token", "access_token": "test_access_token",
"expires_date": 0,
"mime_types": "test_mime_types", "mime_types": "test_mime_types",
}, },
) )