Skip to content

Commit 6f0c44e

Browse files
twsltimvink
authored andcommitted
Update test_basic.py
1 parent b39d8e8 commit 6f0c44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_basic_working(tmp_path, mkdocs_file):
8080
combination with mkdocs-macros-plugin lead to error.
8181
See https://github.com/timvink/mkdocs-git-authors-plugin/issues/60
8282
"""
83-
result = build_docs_setup("tests/basic_setup/mkdocs.yml", tmp_path)
83+
result = build_docs_setup(f"tests/basic_setup/{mkdocs_file}", tmp_path)
8484
assert result.exit_code == 0, (
8585
"'mkdocs build' command failed. Error: %s" % result.stdout
8686
)

0 commit comments

Comments
 (0)