Skip to content

Commit 4e3c82a

Browse files
authored
Fix tests com (#12599)
1 parent db2ca08 commit 4e3c82a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readthedocs/projects/tests/test_views.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ def test_download_files(self):
320320
)
321321

322322

323+
@override_settings(
324+
RTD_ALLOW_ORGANIZATIONS=False,
325+
ALLOW_PRIVATE_REPOS=False,
326+
)
323327
class TestProjectEditView(TestCase):
324328
def setUp(self):
325329
self.user = get(User)

0 commit comments

Comments
 (0)