Skip to content

Commit

Permalink
Fix test for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed May 27, 2015
1 parent 4297258 commit 555c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/customizations/test_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def test_preview_mode_is_in_provider_help(self, renderer):
contents = renderer.return_value.render.call_args[0][0]
# The preview services should still be in the help output.
for service in preview.PREVIEW_SERVICES:
self.assertIn(service, contents)
self.assertIn(service, contents.decode('utf-8'))

0 comments on commit 555c159

Please sign in to comment.