summaryrefslogtreecommitdiff
path: root/functionaltests/cli/v1/smoke/test_secret.py
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/cli/v1/smoke/test_secret.py')
-rw-r--r--functionaltests/cli/v1/smoke/test_secret.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functionaltests/cli/v1/smoke/test_secret.py b/functionaltests/cli/v1/smoke/test_secret.py
index b030b0f..65357f0 100644
--- a/functionaltests/cli/v1/smoke/test_secret.py
+++ b/functionaltests/cli/v1/smoke/test_secret.py
@@ -37,8 +37,8 @@ class SecretTestCase(CmdLineTestCase):
'symmetric': ['symmetric',
'aes',
'128',
- ('\x00\x01\x02\x03\x04\x05\x06\x07'
- '\x00\x01\x02\x03\x04\x05\x06\x07')],
+ (b'\x00\x01\x02\x03\x04\x05\x06\x07'
+ b'\x00\x01\x02\x03\x04\x05\x06\x07')],
'private': ['private',
'rsa',
'2048',