From 8e073d766567311a57bca49ff599b10746ffbdca Mon Sep 17 00:00:00 2001 From: sea-kelp <66500457+sea-kelp@users.noreply.github.com> Date: Wed, 6 Sep 2023 00:01:50 -0700 Subject: [PATCH] Fix failing test --- OpenOversight/app/models/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenOversight/app/models/config.py b/OpenOversight/app/models/config.py index da2b3a875..eac63a9ea 100644 --- a/OpenOversight/app/models/config.py +++ b/OpenOversight/app/models/config.py @@ -83,6 +83,7 @@ def __init__(self): class TestingConfig(BaseConfig): def __init__(self): super(TestingConfig, self).__init__() + self.APPROVE_REGISTRATIONS = False self.TESTING = True self.WTF_CSRF_ENABLED = False self.NUM_OFFICERS = 120