diff --git a/tests/modularity_install_module.pm b/tests/modularity_install_module.pm index 9deebfb0..b16f39ed 100644 --- a/tests/modularity_install_module.pm +++ b/tests/modularity_install_module.pm @@ -12,7 +12,7 @@ sub run { # Install a Ruby module. my $name = "nodejs"; my $stream = "14"; - my $profile = "default"; + my $profile = "common"; assert_script_run("dnf module install -y $name:$stream/$profile"); # Check that it is listed in the installed list.