From a67398acf5430c435c1d984b7d6b8b7f7dd928f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Fri, 4 Mar 2022 12:48:52 +0100 Subject: [PATCH] Change module version as the old one does not exist any more. --- tests/modularity_enable_disable_module.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modularity_enable_disable_module.pm b/tests/modularity_enable_disable_module.pm index e9e66568..f92556bd 100644 --- a/tests/modularity_enable_disable_module.pm +++ b/tests/modularity_enable_disable_module.pm @@ -31,7 +31,7 @@ sub run { # Disable some other module. my $name_alt = "postgresql"; - my $stream_alt = "12"; + my $stream_alt = "14"; assert_script_run("dnf module disable -y $name_alt:$stream_alt"); # Check that it is listed in the disabled list.