summary refs log tree commit diff
path: root/tests/http
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-06-10 17:55:01 +0100
committerRichard van der Hoff <richard@matrix.org>2019-06-10 17:55:01 +0100
commitdb74c4fc6ce2982a4e563c98b3affca3169b3f18 (patch)
treebede7f79224981c25fa9666b5344943b8e3dc982 /tests/http
parentrename gutwrenched attr (diff)
downloadsynapse-db74c4fc6ce2982a4e563c98b3affca3169b3f18.tar.xz
fix ci on py2, again
Diffstat (limited to 'tests/http')
-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 """