Skip to content

Commit

Permalink
276 Show error message in QueryHandler.CustomFunctionNoProcess test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandoquesada committed Nov 7, 2024
1 parent 7060ffb commit 876878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/json_queries.cc
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ TEST(QueryHandler, CustomFunctionNoProcess) {

reader.parse(response.json().c_str(), parsed);
const Json::Value &query = parsed[0];
EXPECT_EQ(query["info"], "custom function process not found");
EXPECT_EQ(query["info"], "custom function process not found") << "Response: " << response.json().c_str();
EXPECT_EQ(query["status"], -1);

PMGDQueryHandler::destroy();
Expand Down

0 comments on commit 876878f

Please sign in to comment.