mirror of https://github.com/ARMmbed/mbed-os.git
9 lines
224 B
Python
9 lines
224 B
Python
|
# Like test19, but this time check invalid key in a library configuration
|
||
|
|
||
|
expected_results = {
|
||
|
"K64F": {
|
||
|
"desc": "test invalid key in lib config",
|
||
|
"exception_msg": "Unknown key(s) 'invalid_key'"
|
||
|
}
|
||
|
}
|