Skip to content

Commit e15d5ec

Browse files
committed
Updated demo database
1 parent f564b43 commit e15d5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def setUpClass(cls):
4444
# Sometimes the free public server start page is not available
4545
# Use a specif instance (this may be very mutable)
4646
info = {'host': 'https://demo4.odoo.com',
47-
'database': 'demo_160_1675600518',
47+
'database': 'demo_160_1675617129',
4848
'user': 'admin',
4949
'password': 'admin'}
5050
cls.model = Model(model_name='res.partner',

0 commit comments

Comments
 (0)