Skip to content

Commit 4e89d01

Browse files
committed
Fix test fixture data
1 parent 57a1e0b commit 4e89d01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocs/rtd_tests/tests/test_notifications.py

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class TestNotification(Notification):
7474
'TEMPLATE_ROOT': mock.ANY,
7575
'USE_PROMOS': mock.ANY,
7676
'USE_SUBDOMAIN': mock.ANY,
77+
'USE_ORGANIZATIONS': mock.ANY,
7778
},
7879
)
7980

@@ -238,6 +239,7 @@ def test_context_data(self):
238239
'TEMPLATE_ROOT': mock.ANY,
239240
'USE_PROMOS': mock.ANY,
240241
'USE_SUBDOMAIN': mock.ANY,
242+
'USE_ORGANIZATIONS': mock.ANY,
241243
}
242244
self.assertEqual(self.n.get_context_data(), context)
243245

0 commit comments

Comments
 (0)