We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843e3d9 commit 082d84fCopy full SHA for 082d84f
readthedocs/proxito/tests/test_hosting.py
@@ -405,7 +405,10 @@ def test_flyout_single_version_project(self):
405
406
def test_project_subproject(self):
407
subproject = fixture.get(
408
- Project, slug="subproject", repo="https://github.com/readthedocs/subproject"
+ Project,
409
+ slug="subproject",
410
+ repo="https://github.com/readthedocs/subproject",
411
+ privacy_level=PUBLIC,
412
)
413
self.project.add_subproject(subproject)
414
0 commit comments