You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(generators/rest): add regression tests for non-string response coercion
Adds two tests to validate that _get_response() coerces non-string
values (int, float, bool) to str before wrapping in Message objects:
- test_json_rest_non_string_response_coerced_to_str: parametrized scalar cases
- test_json_rest_non_string_list_coerced_to_str: multi-value list from JSONPath
0 commit comments