summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/http/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/__init__.py b/tests/http/__init__.py
index 126826fd3f..2d5dba6464 100644
--- a/tests/http/__init__.py
+++ b/tests/http/__init__.py
@@ -50,7 +50,7 @@ CONFIG_TEMPLATE = b"""\
 [default]
 basicConstraints = CA:FALSE
 keyUsage=nonRepudiation, digitalSignature, keyEncipherment
-subjectAltName = %(sanentries)b
+subjectAltName = %(sanentries)s
 """