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" : {
"server_config": "password",
"deployment": "develop"
"server_config": "password"
},
"mongodb": {
"start_mongodb": true

View File

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

View File

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