Remove rouge ","

This commit is contained in:
KuhnChris 2023-06-30 12:52:23 +02:00
parent 579eb2f993
commit 721782f4f0

View file

@ -214,7 +214,7 @@ func TestValidateApplicationServiceRequest(t *testing.T) {
// Set up a config
fakeConfig := &config.Dendrite{}
fakeConfig.Defaults(config.DefaultOpts{
Generate: true,
Generate: true
})
fakeConfig.Global.ServerName = "localhost"
fakeConfig.ClientAPI.Derived.ApplicationServices = []config.ApplicationService{fakeApplicationService, fakeApplicationServiceOverlap}