Skip to content

Commit 082d84f

Browse files
authored
Tests: set privacy level explicitly (#10852)
This fixes tests on .com
1 parent 843e3d9 commit 082d84f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readthedocs/proxito/tests/test_hosting.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,10 @@ def test_flyout_single_version_project(self):
405405

406406
def test_project_subproject(self):
407407
subproject = fixture.get(
408-
Project, slug="subproject", repo="https://github.com/readthedocs/subproject"
408+
Project,
409+
slug="subproject",
410+
repo="https://github.com/readthedocs/subproject",
411+
privacy_level=PUBLIC,
409412
)
410413
self.project.add_subproject(subproject)
411414

0 commit comments

Comments
 (0)