From 7945a08271e16835f3e06bc622d24cb5c27dcbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Mon, 7 Feb 2022 13:27:59 +0100 Subject: [PATCH] Change the module profile to common. --- tests/modularity_install_module.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.