aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/api/responders_test/test_data/environment_configs.py
diff options
context:
space:
mode:
authorYaron Yogev <yaronyogev@gmail.com>2017-07-30 16:52:59 +0300
committerYaron Yogev <yaronyogev@gmail.com>2017-07-30 16:54:10 +0300
commitc22d277cf90c31b54e5b9f94cee38f7cddedcdc1 (patch)
tree37d7046d9020c07da86f2e0277b383305c43e659 /app/test/api/responders_test/test_data/environment_configs.py
parent757bea2e71f3b23831b256c855cd97cd871d7b3d (diff)
US2801 changing all 'password' to 'pwd' on environment_configs and test data
Change-Id: I1e9615d7144a06b99ae0e04a2b2388194854e16a Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/test/api/responders_test/test_data/environment_configs.py')
-rw-r--r--app/test/api/responders_test/test_data/environment_configs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/test/api/responders_test/test_data/environment_configs.py b/app/test/api/responders_test/test_data/environment_configs.py
index 2a67fb6..a9e8885 100644
--- a/app/test/api/responders_test/test_data/environment_configs.py
+++ b/app/test/api/responders_test/test_data/environment_configs.py
@@ -164,7 +164,7 @@ ENV_CONFIG = {
{
"host": "10.56.20.239",
"name": "mysql",
- "password": "G1VKEbcqKZXoPthrtNma2D9Y",
+ "pwd": "G1VKEbcqKZXoPthrtNma2D9Y",
"port": "3307",
"user": "root"
},
@@ -185,7 +185,7 @@ ENV_CONFIG = {
{
"host": "10.56.20.239",
"name": "AMQP",
- "password": "YVWMiKMshZhlJCGqFu5PdT9d",
+ "pwd": "YVWMiKMshZhlJCGqFu5PdT9d",
"port": "5673",
"user": "nova"
},