Skip to content

Commit c9f385b

Browse files
committed
Ha, don't hardcode it :)
1 parent eccd61a commit c9f385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/projects/test_admin_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ def test_project_delete(self, remove_dir):
7373
self.assertFalse(Project.objects.filter(pk=self.project.pk).exists())
7474
remove_dir.s.assert_has_calls([
7575
mock.call(
76-
'/Users/eric/projects/readthedocs.org/user_builds/1'
76+
self.project.doc_path,
7777
),
7878
])

0 commit comments

Comments
 (0)