Skip to content

Commit

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

Revert "Revert "minor change""
  • Loading branch information
polsala authored Oct 4, 2023
2 parents db3d527 + 8207544 commit 32c1b6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_poweremail_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ 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 @@ -96,4 +95,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 32c1b6b

Please sign in to comment.