Skip to content

Commit efdcc25

Browse files
authored
Merge pull request #10 from icing/fix-conftest
change `pytest_report_header` args due to arg rename in pytest
2 parents 13bd60a + 940e813 commit efdcc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

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

88
from pyhttpd.env import HttpdTestEnv
99

10-
def pytest_report_header(config, startdir):
10+
def pytest_report_header(config, start_path):
1111
env = HttpdTestEnv()
1212
return f"[apache httpd: {env.get_httpd_version()}, mpm: {env.mpm_module}, {env.prefix}]"
1313

0 commit comments

Comments
 (0)