Browse Source

travis

pull/161/head
lreficent 7 years ago
parent
commit
f6d43b0b7c
  1. 10
      mail_auto_follower_notify/tests/test_auto_follower_notify.py

10
mail_auto_follower_notify/tests/test_auto_follower_notify.py

@ -13,11 +13,11 @@ class TestAutoFollowerNotify(TransactionCase):
'name': 'Test Record',
})
self.user = self.env['res.users'].create({
'name': 'Test user',
'login': 'test_login',
'password': 'demo',
'email': 'test@yourcompany.com',
})
'name': 'Test user',
'login': 'test_login',
'password': 'demo',
'email': 'test@yourcompany.com',
})
@at_install(False)
@post_install(True)

Loading…
Cancel
Save