Skip to content

Commit

Permalink
🔥 we pass a key-value dict instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Mudarisov committed Jul 1, 2019
1 parent 7015e2e commit e1893ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions saas/tests/test_saas.py
Expand Up @@ -99,12 +99,6 @@ def setUpClass(cls):
'operator_id': cls.saas_operator_2.id,
'operator_db_name': DB_TEMPLATE_2,
})
# TODO: now we can pass just a dictionary as build post init key values
cls.build_post_init_line_1 = cls.env['build.post_init.line'].create({
'key': 'mail_message',
'value': 'mail.message'
})
cls.build_post_init_line_2 = cls.env['build.post_init.line'].create({})

def test_template_operator(self):
# FIXME: that check needed when last tests didn't pass, not sure that it is correct way to drop db
Expand Down

0 comments on commit e1893ee

Please sign in to comment.