Files
notifications-api/app
Alexey Bezhan e8ce408f6a Fix an intermittent test failure when creating a template with reply_to
reply_to requires template_type to be already set, but the order
of attribute assignment is not defined when a model object is created
from a dictionary.

This adds a constructor to Template model that makes sure that
template_type is set first when multiple arguments are passed to the
constructor at once.

The problem might still exist when the template is created through the
API, so this is a temporary fix to unblock the release.
2017-11-22 16:13:45 +00:00
..
2017-11-21 14:12:35 +00:00
2017-11-10 10:49:44 +00:00
2017-11-16 17:46:41 +00:00
2017-11-09 14:55:45 +00:00