Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kelp committed Sep 25, 2023
1 parent befaece commit 8e073d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenOversight/app/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e073d7

Please sign in to comment.