From a0ca7198939e642474b9e65acc0f338d6b1e5081 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Thu, 8 Jun 2017 16:21:58 +0200
Subject: [PATCH] do not error if wowza does not announce it's version, fixes
 #21731

---
 tests/test_nginx_vhosts.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/test_nginx_vhosts.py b/tests/test_nginx_vhosts.py
index c635ca1c..f7812a6e 100755
--- a/tests/test_nginx_vhosts.py
+++ b/tests/test_nginx_vhosts.py
@@ -117,9 +117,6 @@ for name in os.listdir(nginx_dir):
                 if code != 200:
                     sys.stdout.write('\033[91mKO (%s)\033[0m' % code)
                     req_error = True
-                elif 'Wowza Streaming Engine' not in req.text:
-                    sys.stdout.write('\033[91mKO (%s, %s)\033[0m' % (code, req.text.replace('\n', ' ')[:200]))
-                    req_error = True
                 else:
                     sys.stdout.write('\033[92mOK (%s)\033[0m' % code)
         sys.stdout.write('.\n')
-- 
GitLab