Make tests go brrrr.

This commit is contained in:
KuhnChris 2023-06-30 11:54:50 +02:00 committed by KuhnChris
parent 27f2867984
commit 579eb2f993

View file

@ -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}