Skip to content

Commit

Permalink
[FIX]document_url_google_drive: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DemchukM committed Nov 8, 2023
1 parent 3089ce3 commit d75e6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_url_google_drive/tests/test_document_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_get_google_picker_params_is_active(self):
"google_picker_scope": "test_scope",
"google_picker_access_token": "test_access_token",
"google_picker_mime_types": "test_mime_types",
"google_picker_google_picker_expires_date": 0,
"google_picker_expires_date": 0,
}
)
params = user.get_google_picker_params()
Expand Down

0 comments on commit d75e6db

Please sign in to comment.