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:
LE GAL SYLVAIN 2023-11-07 09:57:23 +00:00
commit 71ae846462

View File

@ -14,7 +14,7 @@ def test_cli_copydb():
move_to_test_folder()
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()
# Ensure environment is clean