mirror of https://github.com/ARMmbed/mbed-os.git
9 lines
195 B
Python
9 lines
195 B
Python
|
# Put an invalid key in the application configuration
|
||
|
|
||
|
expected_results = {
|
||
|
"K64F": {
|
||
|
"desc": "invalid key in mbed_app_config.json",
|
||
|
"exception_msg": "Unknown key(s)"
|
||
|
}
|
||
|
}
|