mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 15:03:09 -06:00
Remove rouge ","
This commit is contained in:
parent
579eb2f993
commit
721782f4f0
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue