Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ci_deploy_versions' into ci_depl…
Browse files Browse the repository at this point in the history
…oy_versions
  • Loading branch information
polsala committed Oct 4, 2023
2 parents e494187 + 9b215ed commit db3d527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_poweremail_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def create_account(self, extra_vals=None):
return acc_id

def create_template(self, extra_vals=None):

imd_obj = self.openerp.pool.get('ir.model.data')
tmpl_obj = self.openerp.pool.get('poweremail.templates')
cursor = self.cursor
Expand Down Expand Up @@ -95,4 +96,4 @@ def test_send_wizards_gets_default_priority_from_template(self):
'template_id': tmpl_id
})
wiz = send_obj.browse(cursor, uid, wiz_id)
self.assertEqual(wiz.priority, '2')
self.assertEqual(wiz.priority, '2')

0 comments on commit db3d527

Please sign in to comment.