summaryrefslogtreecommitdiff
path: root/barbicanclient
diff options
context:
space:
mode:
Diffstat (limited to 'barbicanclient')
-rw-r--r--barbicanclient/secrets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/barbicanclient/secrets.py b/barbicanclient/secrets.py
index a5a1402..220d7f3 100644
--- a/barbicanclient/secrets.py
+++ b/barbicanclient/secrets.py
@@ -169,7 +169,7 @@ class Secret(SecretFormatter):
if self._content_types:
return self._content_types
elif self._payload_content_type:
- return {u'default': six.u(self.payload_content_type)}
+ return {u'default': self.payload_content_type}
return None
@property