Skip to content

Commit

Permalink
Fix SATELLITE_VERSION and SAT_NON_GA_VERSIONS in constants (#16218)
Browse files Browse the repository at this point in the history
Fix SATELLITE_VERSION and SAT_NON_GA_VERSIONS in constant
  • Loading branch information
jameerpathan111 authored Sep 5, 2024
1 parent 3f7b49e commit 3b3cf28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from nailgun import entities

# This should be updated after each version branch
SATELLITE_VERSION = "6.17"
SATELLITE_VERSION = "6.16"
SATELLITE_OS_VERSION = "8"
SAT_NON_GA_VERSIONS = ['6.17']
SAT_NON_GA_VERSIONS = ['6.16', '6.17']

# Default system ports
HTTPS_PORT = '443'
Expand Down

0 comments on commit 3b3cf28

Please sign in to comment.