mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Change module version as the old one does not exist any more.
This commit is contained in:
parent
44914d13ab
commit
a67398acf5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user