Skip to content

Commit c0528a0

Browse files
committed
fix
1 parent 1e13ea2 commit c0528a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/rtd_tests/tests/test_doc_serving.py

-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ def test_custom_robots_txt(self, os_mock, open_mock):
205205
@patch('readthedocs.core.views.os')
206206
def test_custom_404_page(self, os_view_mock, static_serve_mock):
207207
os_view_mock.path.exists.return_value = True
208-
static_serve_mock.os.path.exists.return_value = True
209208

210209
self.public.versions.update(active=True, built=True)
211210

0 commit comments

Comments
 (0)