[test] fix python formatting in v1_2_* tests (#5225)

In some test scripts, %s and format() are used by mistake.
This commit is contained in:
Rongli Sun
2020-07-13 23:18:51 +08:00
committed by GitHub
parent 848feb5aa5
commit 32a3bef6dd
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -500,8 +500,7 @@ void Interpreter::ProcessBackboneRouter(uint8_t aArgsLength, char *aArgs[])
#if OPENTHREAD_FTD && OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
otError Interpreter::ProcessBackboneRouterLocal(uint8_t aArgsLength, char *aArgs[])
{
otError error = OT_ERROR_NONE;
;
otError error = OT_ERROR_NONE;
otBackboneRouterConfig config;
unsigned long value;