mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-20 01:21:49 -05:00
Fix mock in unit test. Not sure why it passed locally with previous mock.
This commit is contained in:
@@ -3,4 +3,4 @@ from flask import Blueprint
|
||||
from app.errors import register_errors
|
||||
|
||||
email_branding_blueprint = Blueprint('letter_branding', __name__, url_prefix='letter-branding')
|
||||
register_errors(email_branding_blueprint)
|
||||
register_errors(email_branding_blueprint)
|
||||
|
||||
Reference in New Issue
Block a user