update(tests): add message for failing configuration schema test

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2024-08-29 16:03:18 +00:00 committed by poiana
parent 3c95c0512d
commit 8a19f1b135

View File

@ -23,7 +23,7 @@ limitations under the License.
do { \
for(const auto& pair : res) { \
auto validation_status = pair.second; \
EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)); \
EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)) << validation_status; \
} \
} \
while (0)