Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Oct 18, 2023
1 parent 8d0d0c5 commit f0b1b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
sle_base_channel =
if ENV['PROVIDER'].include? 'podman'
'Fake Base Channel'
elsif ENV['SERVER'].include?('uyuni') || ENV['SERVER'].include?('suma-pr') || $is_container_server
elsif ENV['SERVER'].include?('uyuni') || ENV['SERVER'].include?('suma-pr') || ENV['SERVER'].include?('suma-test')
'openSUSE Leap 15.5 (x86_64)'
else
'SLES15-SP4-Pool'
Expand Down

0 comments on commit f0b1b15

Please sign in to comment.