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 8ec8ff1 commit ebc0a52Copy full SHA for ebc0a52
readthedocs/rtd_tests/tests/test_doc_builder.py
@@ -128,7 +128,7 @@ def setUp(self):
128
self.build_env.project = self.project
129
self.build_env.version = self.version
130
self.build_env.build = {
131
- "id": 456,
+ "id": 123,
132
}
133
self.build_env.api_client = mock.MagicMock()
134
@@ -163,8 +163,7 @@ def test_project_without_mkdocs_yaml(
163
version=self.version,
164
build_env=self.build_env,
165
config=get_build_config(
166
- {"mkdocs": {"configuration": "mkdocs.yml"}},
167
- source_file=str(tmp_dir.join("readthedocs.yml")), validate=True
+ {"mkdocs": {"configuration": "mkdocs.yml"}}, validate=True
168
),
169
)
170
base_mkdocs = BaseMkdocs(
0 commit comments