Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a65d01

Browse files
committedAug 29, 2024·
update(tests): add message for failing configuration schema test
Signed-off-by: Luca Guerra <[email protected]>
1 parent 4125b9c commit 0a65d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)
Please sign in to comment.