File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
readthedocs/rtd_tests/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def setUp(self):
138
138
139
139
@patch ("readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.docs_dir" )
140
140
@patch ("readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.run" )
141
- @patch ("readthedocs.builds.models.Version.get_mkdocs_yaml_path " )
141
+ @patch ("readthedocs.builds.models.Version.get_mkdocs_yml_path " )
142
142
@patch ("readthedocs.projects.models.Project.checkout_path" )
143
143
@patch ("readthedocs.doc_builder.python_environments.load_yaml_config" )
144
144
def test_project_without_mkdocs_yaml (
@@ -152,7 +152,7 @@ def test_project_without_mkdocs_yaml(
152
152
"""
153
153
Test for a project without ``mkdocs.yaml`` file.
154
154
155
- When this happen, the ``get_mkdocs_yaml_path `` raises a
155
+ When this happen, the ``get_mkdocs_yml_path `` raises a
156
156
``MkDocsYAMLParseError`` which is captured by our own code.
157
157
"""
158
158
tmp_dir = tempfile .mkdtemp ()
You can’t perform that action at this time.
0 commit comments