mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 15:03:09 -06:00
Make tests go brrrr.
This commit is contained in:
parent
27f2867984
commit
579eb2f993
|
|
@ -215,7 +215,6 @@ func TestValidateApplicationServiceRequest(t *testing.T) {
|
|||
fakeConfig := &config.Dendrite{}
|
||||
fakeConfig.Defaults(config.DefaultOpts{
|
||||
Generate: true,
|
||||
Monolithic: true,
|
||||
})
|
||||
fakeConfig.Global.ServerName = "localhost"
|
||||
fakeConfig.ClientAPI.Derived.ApplicationServices = []config.ApplicationService{fakeApplicationService, fakeApplicationServiceOverlap}
|
||||
|
|
|
|||
Loading…
Reference in a new issue