修改测试用例

This commit is contained in:
孙小云 2025-12-18 19:36:03 +08:00
parent bfd4b5908d
commit 8143acf453
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ public class ComprehensiveDrcStateMachineTest {
// 2. 成功子指令的方法回调
Thread.sleep(200);
response = "{\"result\":\"subSuccess\"}";
mqttCallbackRegistry.handleMessage("test/" + currentTestSn + "/response", response);
mqttCallbackRegistry.handleMessage("test/" + currentTestSn + "/response123", response);
log.info(">>> 模拟发送成功子指令方法回调: ", response);
} catch (InterruptedException e) {