-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
Rocket
-
False
-
None
PR - https://github.com/SatelliteQE/robottelo/pull/17229
Problem Statement
When we provide a string value as input in YAML, it is accepting the value. Ideally, it should not accept an invalid value. The value provided in the YAML is incorrect and should be rejected.
Solution
Updated the value for yaml parameter to ensure it works for the negative test case.