Skip to content

Commit

Permalink
Merge pull request #135 from gisce/revert-134-revert-133-revert-132-t…
Browse files Browse the repository at this point in the history
…est_test_ci_deploy_versions

Revert "Revert "Revert "minor change"""
  • Loading branch information
polsala authored Oct 4, 2023
2 parents de2cc86 + 6a79866 commit b3505f1
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 b3505f1

Please sign in to comment.