From f6833e7398573284467fb2d931c829415d154d45 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Thu, 10 Jul 2025 15:52:07 +0800 Subject: [PATCH] Use teacher's DB password --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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