Skip to content

Commit

Permalink
Make tests go brrrr.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnchris committed Jun 30, 2023
1 parent fb91d60 commit e210ffb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e210ffb

Please sign in to comment.