Skip to content

Commit 54884c6

Browse files
committed
fix(regression): correctly extract system name from pytest parametrized cases
1 parent 054b3fc commit 54884c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/regression/list_systems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def main():
7-
systems = sorted({case.system for case in discover_cases()})
7+
systems = sorted({case.values[0].system for case in discover_cases()})
88
print(json.dumps(systems))
99

1010

0 commit comments

Comments
 (0)