Skip to content

Commit 0737919

Browse files
authored
Fix tests (#12376)
Fix tests on .com
1 parent 6c78a81 commit 0737919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/analytics/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def setUp(self):
108108
self.project = get(
109109
Project,
110110
slug="pip",
111+
privacy_level=PUBLIC,
111112
)
112113
self.version = get(Version, slug="1.8", project=self.project)
113114
self.project.versions.all().update(privacy_level=PUBLIC)

0 commit comments

Comments
 (0)