tests: Remove deployment field from unit tests' server configs

This commit is contained in:
Shreya Malviya 2021-09-10 17:41:43 +05:30
parent 2b4beb2200
commit 78ab3f176c
3 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,6 @@
{ {
"environment" : { "environment" : {
"server_config": "password", "server_config": "password"
"deployment": "develop"
}, },
"mongodb": { "mongodb": {
"start_mongodb": true "start_mongodb": true

View File

@ -1,7 +1,6 @@
{ {
"environment" : { "environment" : {
"server_config": "password", "server_config": "password",
"deployment": "develop",
"user": "test" "user": "test"
}, },
"mongodb": { "mongodb": {

View File

@ -2,7 +2,6 @@
"log_level": "NOTICE", "log_level": "NOTICE",
"environment" : { "environment" : {
"server_config": "password", "server_config": "password",
"deployment": "develop",
"user": "test", "user": "test",
"password_hash": "abcdef" "password_hash": "abcdef"
}, },