Changeset - ae2e1055026c
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2018-11-25 12:13:31
branko@majic.rs
MAR-140: Update the expected packages in tests for WSGI website role.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/wsgi_website/tests/test_parameters_optional.py
Show inline comments
 
@@ -250,7 +250,7 @@ def test_virtualenv_packages(Command):
 

	
 
    packages = Command("sudo -u admin-parameters-optional_local /var/www/parameters-optional.local/virtualenv/bin/pip freeze")
 

	
 
    assert sorted(packages.stdout.lower().split("\n")) == sorted("""Pygments==2.2.0
 
    assert sorted(packages.stdout.lower().split("\n")) == sorted("""Pygments==2.3.0
 
argparse==1.2.1
 
dnspython==1.15.0
 
docopt==0.6.2
0 comments (0 inline, 0 general)