diff options
author | Yaron Yogev <yaronyogev@gmail.com> | 2017-07-31 09:44:17 +0300 |
---|---|---|
committer | Yaron Yogev <yaronyogev@gmail.com> | 2017-07-31 09:44:17 +0300 |
commit | 8ceb922c0ab0f4b9f5a821282efa3a1e39c53765 (patch) | |
tree | e4702e41209f56d3b5bc2a1aa8a3e650de7a6a71 /app/test/scan | |
parent | 6f42e246e99aa390e9b55c62bb47ef2ef556c2e6 (diff) |
remove use of 'password' where possible
Change-Id: I9bd3874d969ffb34278747579a0881b1b6c52c2b
Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/test/scan')
-rw-r--r-- | app/test/scan/test_data/configurations.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/test/scan/test_data/configurations.py b/app/test/scan/test_data/configurations.py index da68dd1..59ad649 100644 --- a/app/test/scan/test_data/configurations.py +++ b/app/test/scan/test_data/configurations.py @@ -15,7 +15,7 @@ CONFIGURATIONS = { "mock": "True", "host": "10.56.20.239", "name": "mysql", - "password": "102QreDdiD5sKcvNf9qbHrmr", + "pwd": "102QreDdiD5sKcvNf9qbHrmr", "port": 3307.0, "user": "root", "schema": "nova" @@ -40,7 +40,7 @@ CONFIGURATIONS = { "host": "10.56.20.239", "port": "5673", "user": "nova", - "password": "NF2nSv3SisooxPkCTr8fbfOa" + "pwd": "NF2nSv3SisooxPkCTr8fbfOa" }, { "config_folder": "/tmp/sensu_config", |