tests/mockblackbox.py
changeset 36105 f49c3ee5b02f
parent 32412 043948c84647
child 37120 a8a902d7176e
--- a/tests/mockblackbox.py	Mon Feb 12 15:08:15 2018 -0500
+++ b/tests/mockblackbox.py	Sun Feb 11 19:39:15 2018 -0800
@@ -5,7 +5,7 @@
 
 # XXX: we should probably offer a devel option to do this in blackbox directly
 def getuser():
-    return 'bob'
+    return b'bob'
 def getpid():
     return 5000