tools: Fixed small unicode issue in config tests

pull/6218/head
Christopher Haster 2018-02-26 17:04:03 -06:00
parent 43bad7c0dd
commit 5a108166f0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"K64F": {
"exception_msg": "Additional properties are not allowed ('unknown_key' was unexpected)"
"exception_msg": "Additional properties are not allowed (u'unknown_key' was unexpected)"
}
}

View File

@ -1,5 +1,5 @@
{
"K64F": {
"exception_msg": "Additional properties are not allowed ('unknown_key' was unexpected)"
"exception_msg": "Additional properties are not allowed (u'unknown_key' was unexpected)"
}
}