Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix YAML tests using value and constraints together. (#13658)
This used to not work because setDefaultResponse would add two entries with the same name to the response.values list and then chip_tests_item_response_parameters would just look for the first entry in the list with the matching name and look for both value and constraints on it. The fix is to make setDefaultResponse produce the data structure that chip_tests_item_response_parameters is expecting.
- Loading branch information