diff --git a/test/conftest.py b/test/conftest.py index baae3dc..3741f44 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -11,7 +11,7 @@ def restore_database(): Benefit: we can reproduce the same test result. ''' - PASSWORD = 'root' # root password + PASSWORD = 'p-@va9' # root password DB_NAME = 'lrr' # database name used for LRR # commands used to import data to DB_NAME