Merge branch 'test-disable-copy-db' into 'main'
[FIX] fix copydb tests. do no use case sensitive database name See merge request odoo-openupgrade-wizard/odoo-openupgrade-wizard!50
This commit is contained in:
commit
71ae846462
|
|
@ -14,7 +14,7 @@ def test_cli_copydb():
|
||||||
move_to_test_folder()
|
move_to_test_folder()
|
||||||
|
|
||||||
db_name = "database_test_cli___copydb"
|
db_name = "database_test_cli___copydb"
|
||||||
db_dest_name = "database_test_cli___copydb__COPY"
|
db_dest_name = "database_test_cli___copydb__copy"
|
||||||
ctx = build_ctx_from_config_file()
|
ctx = build_ctx_from_config_file()
|
||||||
|
|
||||||
# Ensure environment is clean
|
# Ensure environment is clean
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user