Skip to content

Commit

Permalink
QE: Fix duplicate elsif
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Aug 31, 2023
1 parent e9d74f7 commit 8978a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
sle_base_channel =
if ENV['PROVIDER'].include? 'podman'
'Fake Base Channel'
elsif ENV['SERVER'].include?('uyuni') || ENV['SERVER'].include?('suma-pr')
elsif ENV['SERVER'].include?('uyuni') || ENV['SERVER'].include?('suma-pr')
'openSUSE Leap 15.4 (x86_64)'
else
Expand Down

0 comments on commit 8978a0f

Please sign in to comment.