Skip to content

Commit

Permalink
Py3 fix for container bay keys test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alga committed Feb 28, 2013
1 parent 353a7e6 commit 727a68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/testing/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def getUnknownKey(self):
return '10'

def getBadKeyTypes(self):
return [None, ['foo'], 1, '\xf3abc']
return [None, ['foo'], 1, b'\xf3abc']

0 comments on commit 727a68f

Please sign in to comment.