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 40b7a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robottelo/config/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
),
],
server=[
Validator('server.hostname', default=''),
Validator('server.hostname', must_exist=True),
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 40b7a75

Please sign in to comment.