tests: Remove deployment field from unit tests' server configs
This commit is contained in:
parent
2b4beb2200
commit
78ab3f176c
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"environment" : {
|
"environment" : {
|
||||||
"server_config": "password",
|
"server_config": "password"
|
||||||
"deployment": "develop"
|
|
||||||
},
|
},
|
||||||
"mongodb": {
|
"mongodb": {
|
||||||
"start_mongodb": true
|
"start_mongodb": true
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"environment" : {
|
"environment" : {
|
||||||
"server_config": "password",
|
"server_config": "password",
|
||||||
"deployment": "develop",
|
|
||||||
"user": "test"
|
"user": "test"
|
||||||
},
|
},
|
||||||
"mongodb": {
|
"mongodb": {
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue