Skip to content

Commit bba6ffd

Browse files
authored
fix robot extension warning (via #343)
1 parent 5e9128b commit bba6ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-robotframework/test/run_robot_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run_robot(path, **kw):
3030
output_path = os.path.abspath(os.path.join(tmp_path, ".."))
3131

3232
with open(stdout_file, 'w+') as stdout:
33-
options = {"listener": listener, "outputdir": output_path, "stdout": stdout}
33+
options = {"listener": listener, "outputdir": output_path, "stdout": stdout, "extension": "rst"}
3434
options.update(kw)
3535
run(path, **options)
3636

0 commit comments

Comments
 (0)