Eliminate all of the exceptions when running the tests.
This commit is contained in:
parent
e1b704bdac
commit
6f39e158d6
10 changed files with 50 additions and 10 deletions
|
@ -195,5 +195,5 @@ class FileDropResource(ApiResource):
|
|||
(url, file_id) = user_files.prepare_for_drop(mime_type)
|
||||
return {
|
||||
'url': url,
|
||||
'file_id': file_id
|
||||
'file_id': str(file_id),
|
||||
}
|
||||
|
|
Reference in a new issue