Пример #1
0
 def test_is_using_allowlist_false(self):
     """
     Test the allowlist flag without the override
     """
     assert not is_using_certificate_allowlist(self.course_run_key)
Пример #2
0
 def test_is_using_allowlist_true(self):
     """
     Test the allowlist flag
     """
     assert is_using_certificate_allowlist(self.course_run_key)