diff --git a/tests/modularity_install_module.pm b/tests/modularity_install_module.pm index fb1856d1..77baf09d 100644 --- a/tests/modularity_install_module.pm +++ b/tests/modularity_install_module.pm @@ -11,10 +11,10 @@ sub run { download_modularity_tests(); # Check that modularity works and that a particular module is available in the system. - assert_script_run('/root/test.py -m nodejs -s 11 -a list'); + assert_script_run('/root/test.py -m nodejs -s 12 -a list'); # Check that module can be enabled and removed. - assert_script_run('/root/test.py -m nodejs -s 11 -p default -a install,remove,reset -f hard'); + assert_script_run('/root/test.py -m nodejs -s 12 -p default -a install,remove,reset -f hard'); # Upload modular logs upload_logs '/root/modular.log', failok=>1;