Skip to content

Commit

Permalink
[6.15.z] Handle int type conf key for dynaconf ipv6 migration (#15633)
Browse files Browse the repository at this point in the history
Handle int type conf key for dynaconf ipv6 migration (#15630)

(cherry picked from commit a104d42)

Co-authored-by: Jitendra Yejare <jyejare@redhat.com>
  • Loading branch information
Satellite-QE and jyejare committed Jul 12, 2024
1 parent 7c5aac9 commit 49f8be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robottelo/utils/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def is_ipv4_url(text):

def ipv6_translator(settings_list, setting_major, data):
"""Translates the hostname containing IPv4 to IPv6 and updates the settings object"""
setting_major = list(map(str, setting_major))
dotted_settings = '.'.join(setting_major)
for _key, _val in settings_list.items():
if is_ipv4_url(_val):
Expand Down

0 comments on commit 49f8be3

Please sign in to comment.