Skip to content

Commit 7fc21ec

Browse files
committed
update(tests): add message for failing configuration schema test
Signed-off-by: Luca Guerra <[email protected]>
1 parent 6d2b442 commit 7fc21ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/falco/test_configuration_schema.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323
do { \
2424
for(const auto& pair : res) { \
2525
auto validation_status = pair.second; \
26-
EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)); \
26+
EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)) << validation_status; \
2727
} \
2828
} \
2929
while (0)

0 commit comments

Comments
 (0)