mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 08:35:15 -05:00
notify-243 remove statsd
This commit is contained in:
@@ -15,8 +15,6 @@ def app_for_test():
|
||||
app = flask.Flask(__name__)
|
||||
app.config['TESTING'] = True
|
||||
init_app(app)
|
||||
from app import statsd_client
|
||||
statsd_client.init_app(app)
|
||||
|
||||
from app.v2.errors import register_errors
|
||||
blue = Blueprint("v2_under_test", __name__, url_prefix='/v2/under_test')
|
||||
|
||||
Reference in New Issue
Block a user