Skip to content

Commit 274a377

Browse files
committed
Another test
1 parent b58e282 commit 274a377

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readthedocs/organizations/tests/test_views.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ def test_add_owner(self):
141141
self.assertTrue(user_b in self.organization.owners.all())
142142

143143

144-
@override_settings(RTD_ALLOW_ORGANIZATIONS=True)
144+
@override_settings(
145+
RTD_ALLOW_ORGANIZATIONS=True,
146+
RTD_ALL_FEATURES_ENABLED=True,
147+
)
145148
class OrganizationSecurityLogTests(TestCase):
146149

147150
def setUp(self):

0 commit comments

Comments
 (0)