diff --git a/tests/foreman/api/test_classparameters.py b/tests/foreman/api/test_classparameters.py index d74e708bd61..4b504e25096 100644 --- a/tests/foreman/api/test_classparameters.py +++ b/tests/foreman/api/test_classparameters.py @@ -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')}, ]