Skip to content

Commit 7203948

Browse files
committed
include 'expected' and 'got' in output
1 parent 8a580c5 commit 7203948

File tree

1 file changed

+4
-2
lines changed
  • tests/integration/targets/callback/filter_plugins

1 file changed

+4
-2
lines changed

tests/integration/targets/callback/filter_plugins/helper.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ def callback_results_extractor(outputs_results):
2323
expected_output,
2424
stdout_lines,
2525
fromfile="expected",
26-
tofile="found",
26+
tofile="got",
2727
)
28-
)
28+
),
29+
'expected': expected_output,
30+
'got': stdout_lines,
2931
})
3032
return results
3133

0 commit comments

Comments
 (0)