Skip to content

Commit

Permalink
Remove self.rhbk, it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Feb 5, 2025
1 parent d10bc64 commit 26142e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions robottelo/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,6 @@ class RHBKHost(SSOHost):
"""Class for RHBK functions and setup"""

def __init__(self, sat_obj, **kwargs):
self.rhbk = True
self.host_url = settings.rhbk.host_url
self.uri = self.host_url
self.host_name = settings.rhbk.host_name
Expand All @@ -2603,7 +2602,6 @@ class RHSSOHost(SSOHost):
"""Class for RHSSO functions and setup"""

def __init__(self, sat_obj, **kwargs):
self.rhbk = False
self.host_url = settings.rhsso.host_url
self.uri = self.host_url.replace("https://", "http://")
self.host_name = settings.rhsso.host_name
Expand Down

0 comments on commit 26142e9

Please sign in to comment.