mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-04 16:20:06 -04:00
Merge pull request #404 from GSA/notify-api-391
notify-api-391 increase code coverage to 95%
This commit is contained in:
@@ -336,6 +336,7 @@ def create_random_identifier():
|
||||
return ''.join(secrets.choice(string.ascii_uppercase + string.digits) for _ in range(16))
|
||||
|
||||
|
||||
# TODO maintainability what is the purpose of this? Debugging?
|
||||
def setup_sqlalchemy_events(app):
|
||||
|
||||
TOTAL_DB_CONNECTIONS = Gauge(
|
||||
|
||||
Reference in New Issue
Block a user