mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-01 12:18:50 -04:00
fix tests
This commit is contained in:
@@ -1714,6 +1714,9 @@ class Notification(db.Model):
|
||||
pass # do nothing because we don't have the message id yet
|
||||
else:
|
||||
fields[column.name] = value
|
||||
current_app.logger.warning(f"FIELDS {fields}")
|
||||
print(f"FIELDS {fields}", flush=True)
|
||||
|
||||
return fields
|
||||
raise ValueError("Provided object is not a SQLAlchemy instance")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user