Skip to content

Commit

Permalink
Rely on dynaconf to render the config based on is_ipv6 setting (#16886)
Browse files Browse the repository at this point in the history
(cherry picked from commit 388a0ec)
  • Loading branch information
ogajduse authored and web-flow committed Nov 14, 2024
1 parent b813a43 commit de8d329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robottelo/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def get_settings():
load_dotenv=True,
)
settings.validators.register(**VALIDATORS)

try:
settings.validators.validate()
except ValidationError as err:
Expand Down

0 comments on commit de8d329

Please sign in to comment.