|
@@ -583,7 +583,7 @@ TEST_F(CtrlChannelDhcpv4SrvTest, set_config) {
|
|
|
|
|
|
// Should fail with a syntax error
|
|
|
EXPECT_EQ("{ \"result\": 1, "
|
|
|
- "\"text\": \"subnet configuration failed: String parameter subnet not found(<string>:20:17)\" }",
|
|
|
+ "\"text\": \"subnet configuration failed: mandatory 'subnet' parameter is missing for a subnet being configured (<string>:20:17)\" }",
|
|
|
response);
|
|
|
|
|
|
// Check that the config was not lost
|