Skip to content

Commit

Permalink
removed server.hostname validator for resolve rhel 8.10 formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar committed Jun 4, 2024
1 parent bf0544c commit fc8cdbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion robottelo/config/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
),
],
server=[
Validator('server.hostname', default=''),
<<<<<<< Updated upstream
=======
Validator('server.hostname', must_exist=True),
>>>>>>> Stashed changes
Validator('server.hostnames', must_exist=True, is_type_of=list),
Validator('server.version.release', must_exist=True),
Validator('server.version.source', must_exist=True),
Expand Down

0 comments on commit fc8cdbf

Please sign in to comment.