From ecedf0ac1658c0d16f6318be816a7d0e55f7a421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Fri, 1 Nov 2024 11:02:54 +0100 Subject: [PATCH] Fix null example in report specs (#3336) `example` is a list of strings, as such it cannot be left empty, `null`. To reset the list to "no examples" state, use an empty list. --- spec/plans/report.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/plans/report.fmf b/spec/plans/report.fmf index 39c624f769..f7be175e08 100644 --- a/spec/plans/report.fmf +++ b/spec/plans/report.fmf @@ -4,7 +4,7 @@ story: the testing is finished. description: Report test results according to user preferences. -example: +example: [] /display: summary: Show results in the terminal window