We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2b442 commit 7fc21ecCopy full SHA for 7fc21ec
unit_tests/falco/test_configuration_schema.cpp
@@ -23,7 +23,7 @@ limitations under the License.
23
do { \
24
for(const auto& pair : res) { \
25
auto validation_status = pair.second; \
26
- EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)); \
+ EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)) << validation_status; \
27
} \
28
29
while (0)
0 commit comments