diff options
Diffstat (limited to 'src/bin/agent/tests/parser_unittests.cc')
-rw-r--r-- | src/bin/agent/tests/parser_unittests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/agent/tests/parser_unittests.cc b/src/bin/agent/tests/parser_unittests.cc index 96ee8a9f5e..efbd8c5b13 100644 --- a/src/bin/agent/tests/parser_unittests.cc +++ b/src/bin/agent/tests/parser_unittests.cc @@ -596,7 +596,7 @@ TEST(ParserTest, errors) { // unknown keyword testError("{ \"Control-agent\":{\n" - " \"topping\": \"Mozarella\" }}\n", + " \"topping\": \"Mozzarella\" }}\n", ParserContext::PARSER_AGENT, "<string>:2.2-10: got unexpected keyword " "\"topping\" in Control-agent map."); |