diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-10 17:55:01 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-10 17:55:01 +0100 |
commit | db74c4fc6ce2982a4e563c98b3affca3169b3f18 (patch) | |
tree | bede7f79224981c25fa9666b5344943b8e3dc982 /tests/http | |
parent | rename gutwrenched attr (diff) | |
download | synapse-db74c4fc6ce2982a4e563c98b3affca3169b3f18.tar.xz |
fix ci on py2, again
Diffstat (limited to 'tests/http')
-rw-r--r-- | tests/http/__init__.py | 2 |
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 """ |