test: 更新单元测试针对MongoDB连接字符串修改
This commit is contained in:
parent
abb7b0b436
commit
6f448fe626
|
@ -31,7 +31,7 @@
|
|||
"Enabled": true,
|
||||
"Widget": "Bootstrap.DataAccess.MongoDB",
|
||||
"ConnectionStrings": {
|
||||
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin"
|
||||
"ba": "mongodb://localhost:27017/BootstrapAdmin"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"Enabled": true,
|
||||
"Widget": "Bootstrap.DataAccess.MongoDB",
|
||||
"ConnectionStrings": {
|
||||
"ba": "mongodb://localhost:27017;Database=UnitTest"
|
||||
"ba": "mongodb://localhost:27017/UnitTest"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue