Skip to content

Commit f5b7d6c

Browse files
committed
Small typo
1 parent 636f23c commit f5b7d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_doc_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ def setUp(self):
3535
@patch('readthedocs.builds.models.Version.get_conf_py_path')
3636
def test_create_conf_py(self, get_conf_py_path, run, get_config_params, create_index):
3737
create_index.return_value = 'README.rst'
38-
get_config_params.return_vlaue = {}
38+
get_config_params.return_value = {}
3939
get_conf_py_path.side_effect = ProjectConfigurationError
4040
self.base_sphinx.append_conf()

0 commit comments

Comments
 (0)