diff --git a/tests/test_nginx_vhosts.py b/tests/test_nginx_vhosts.py index 9383b71cc6742c7d51edb8987244b8a00e0c8aa1..52eda4c85b4dfe2f4853522e175ad95a568fc773 100755 --- a/tests/test_nginx_vhosts.py +++ b/tests/test_nginx_vhosts.py @@ -22,7 +22,7 @@ if not os.path.exists(wowza_dir): print('Info: Wowza is not installed ("%s" does not exist).' % wowza_dir) wowza_dir = None else: - print('Info: Wowza is installed, /streaming/ will be tested on mediaserver vhosts.' % wowza_dir) + print('Info: Wowza is installed, /streaming/ will be tested on mediaserver vhosts.') # get enabled vhosts requests.packages.urllib3.disable_warnings()