Skip to content

Commit 2a01a33

Browse files
committed
fix test name bug
1 parent 34092ee commit 2a01a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_doc_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_multiple_conf_py(
123123
@patch("readthedocs.builds.models.Version.get_mkdocs_yml_path")
124124
@patch("readthedocs.projects.models.Project.checkout_path")
125125
@patch("readthedocs.doc_builder.python_environments.load_yaml_config")
126-
def test_project_without_conf_py(
126+
def test_project_mkdocs_yaml(
127127
self,
128128
load_yaml_config,
129129
checkout_path,

0 commit comments

Comments
 (0)