Skip to content

Commit

Permalink
fix broken line wrap in test
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Mar 23, 2018
1 parent 763853e commit 8a49cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ New features:

Bug fixes:

- Added a missing test for fileuploads in the theme editor that breaks when plone.rest is installed
- Added a failing (5.1) test for fileuploads in the theme editor that breaks when plone.rest is installed. Fix is in https://github.com/plone/plone.rest/issues/59
[djay]


Expand Down
3 changes: 1 addition & 2 deletions src/plone/app/theming/tests/test_controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def test_upload_theme_file_withdata(self):
# content_type='multipart/form-data; boundary=---blah---'

)
self.assertIn('Status: 200
', str(self.browser.headers))
self.assertIn('Status: 200', str(self.browser.headers))
self.assertIn(
'{"failure": "error"}', # TODO: Should be {'success':'create'}
str(self.browser.contents)
Expand Down

0 comments on commit 8a49cfa

Please sign in to comment.