mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
Create unit tests that test the forms.
This commit is contained in:
@@ -20,5 +20,4 @@ def process_verify():
|
||||
login_user(user)
|
||||
return redirect('/add-service')
|
||||
else:
|
||||
print(form.errors)
|
||||
return jsonify(form.errors), 400
|
||||
|
||||
Reference in New Issue
Block a user