Skip to content

Commit

Permalink
Correction in yaml value (SatelliteQE#17229)
Browse files Browse the repository at this point in the history
correction in yaml value
  • Loading branch information
amolpati30 authored Jan 8, 2025
1 parent 769cd16 commit 7fd1a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_classparameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def invalid_sc_parameters_data():
{'sc_type': 'real', 'value': gen_string('alpha')},
{'sc_type': 'array', 'value': '0'},
{'sc_type': 'hash', 'value': 'a:test'},
{'sc_type': 'yaml', 'value': '{a:test}'},
{'sc_type': 'yaml', 'value': '@test'},
{'sc_type': 'json', 'value': gen_string('alpha')},
]

Expand Down

0 comments on commit 7fd1a5d

Please sign in to comment.