mbed-os/tools/test/config_test/test19/test_data.py

9 lines
228 B
Python

# Test that invalid keys in application configuration are not allowed
expected_results = {
"K64F": {
"desc": "test invalid key in application config",
"exception_msg": "Unknown key(s) 'invalid_key'"
}
}