Skip to content

Commit 22d13c8

Browse files
committed
Remove mock
1 parent 9780643 commit 22d13c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/rtd_tests/tests/test_config_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ def test_build_formats_only_pdf(
345345
assert not outcomes['localmedia']
346346
assert not outcomes['epub']
347347

348-
@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.update_documentation_type', new=MagicMock())
349348
@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.setup_python_environment', new=MagicMock())
350349
@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.build_docs', new=MagicMock())
351350
@patch('readthedocs.doc_builder.environments.BuildEnvironment.failed', new_callable=PropertyMock)

0 commit comments

Comments
 (0)