From db74c4fc6ce2982a4e563c98b3affca3169b3f18 Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <richard@matrix.org>
Date: Mon, 10 Jun 2019 17:55:01 +0100
Subject: [PATCH] fix ci on py2, again

---
 tests/http/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 """
 
 
-- 
GitLab