diff options
Diffstat (limited to 'app/test/fetch/db_fetch/test_data/db_access.py')
-rw-r--r-- | app/test/fetch/db_fetch/test_data/db_access.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test/fetch/db_fetch/test_data/db_access.py b/app/test/fetch/db_fetch/test_data/db_access.py index a4ad548..d7b10e5 100644 --- a/app/test/fetch/db_fetch/test_data/db_access.py +++ b/app/test/fetch/db_fetch/test_data/db_access.py @@ -10,7 +10,7 @@ DB_CONFIG = { "host": "10.56.20.239", "name": "mysql", - "password": "102QreDdiD5sKcvNf9qbHrmr", + "pwd": "102QreDdiD5sKcvNf9qbHrmr", "port": 3307.0, "user": "root", "schema": "nova" |