Skip to content

Commit 12fdc07

Browse files
committed
Call feature_id when reporting results
1 parent 1ab306b commit 12fdc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planterbox/summarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def summarize_features(self, event, reportable_results):
3838
sorted(
3939
reportable_results,
4040
key=(lambda r: (
41-
r.test.feature_id,
41+
r.test.feature_id(),
4242
r.exc_info.scenario_index,
4343
)),
4444
),

0 commit comments

Comments
 (0)