diff --git a/tests/pylorax/blueprints/example-http-server.toml b/tests/pylorax/blueprints/example-http-server.toml index 677aaa55..571ecf51 100644 --- a/tests/pylorax/blueprints/example-http-server.toml +++ b/tests/pylorax/blueprints/example-http-server.toml @@ -6,10 +6,6 @@ version = "0.0.1" name = "httpd" version = "2.4.*" -[[modules]] -name = "mod_auth_openidc" -version = "1.8.10.*" - [[modules]] name = "mod_ssl" version = "2.4.*" diff --git a/tests/pylorax/test_server.py b/tests/pylorax/test_server.py index 5110c7d7..d71fba10 100644 --- a/tests/pylorax/test_server.py +++ b/tests/pylorax/test_server.py @@ -154,7 +154,6 @@ class ServerTestCase(unittest.TestCase): "errors":[], "blueprints":[{"description":"An example http server with PHP and MySQL support.", "modules":[{"name":"httpd", "version":"2.4.*"}, - {"name":"mod_auth_openidc", "version":"1.8.10.*"}, {"name":"mod_ssl", "version":"2.4.*"}, {"name":"php", "version":"7.2.*"}, {"name": "php-mysqlnd", "version":"7.2.*"}], @@ -182,7 +181,6 @@ class ServerTestCase(unittest.TestCase): "version": "0.0.1"}, {"description":"An example http server with PHP and MySQL support.", "modules":[{"name":"httpd", "version":"2.4.*"}, - {"name":"mod_auth_openidc", "version":"1.8.10.*"}, {"name":"mod_ssl", "version":"2.4.*"}, {"name":"php", "version":"7.2.*"}, {"name": "php-mysqlnd", "version":"7.2.*"}],