We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf264b8 commit 2d36818Copy full SHA for 2d36818
src/pytest_base_url/plugin.py
@@ -48,7 +48,7 @@ def pytest_configure(config):
48
config._metadata["Base URL"] = base_url
49
50
51
-def pytest_report_header(config, startdir):
+def pytest_report_header(config, start_path):
52
base_url = config.getoption("base_url")
53
if base_url:
54
return "baseurl: {0}".format(base_url)
0 commit comments