We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a7aad commit d5d3391Copy full SHA for d5d3391
openedx/core/djangoapps/user_api/tests/test_views.py
@@ -653,6 +653,7 @@ def test_get_all_common_timezones(self):
653
self._assert_time_zone_is_valid(time_zone_info)
654
655
656
+@override_settings(ENABLE_AUTHN_REGISTER_HIBP_POLICY=False)
657
@ddt.ddt
658
class TestUserCreateAPI(UserAPITestCase):
659
""" Test cases covering the user creation API """
0 commit comments