Commit f4f14f12 authored by nimrod's avatar nimrod
Browse files

- Correct test.

parent a7058461
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@ def test_php_fpm_service(Service, SystemInfo, File):


def test_phpinfo(Command):
    'PHP Version 5' in Command('curl http://localhost/phpinfo.php').stdout
    assert 'PHP Version 5' in Command(
        'curl http://localhost/phpinfo.php').stdout


def test_php_fpm_config(Command, Sudo, SystemInfo):