Skip to content

Commit

Permalink
Missing quote mark.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuck committed Mar 6, 2016
1 parent be0ffb5 commit edb4979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dropbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
'thumb_exists': False
}
FILE_MEDIA_FIXTURE = {
'url': "https://dl.dropboxusercontent.com/1/view/foo",
'expires: "Fri, 16 Sep 2011 01:01:25 +0000"
'url': 'https://dl.dropboxusercontent.com/1/view/foo',
'expires': 'Fri, 16 Sep 2011 01:01:25 +0000',
}

__all__ = [
Expand Down

0 comments on commit edb4979

Please sign in to comment.