Skip to content

Commit c2a15ea

Browse files
change name of environment variable
1 parent 9e2c08b commit c2a15ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

allure-behave/src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def scenario_history_id(scenario) -> str:
4040
parts.extend([f"{name}={value}" for name, value in zip(row.headings, row.cells)])
4141

4242
# Optional: append environment variable to differentiate runs
43-
history_id = os.getenv("HISTORY_ID")
43+
history_id = os.getenv("ALLURE_HISTORY_ID")
4444
if history_id:
4545
parts.append(history_id)
4646

0 commit comments

Comments
 (0)