diff options
Diffstat (limited to 'clientapi')
-rw-r--r-- | clientapi/routing/register_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/routing/register_test.go b/clientapi/routing/register_test.go index ea07f30b..1f615dc2 100644 --- a/clientapi/routing/register_test.go +++ b/clientapi/routing/register_test.go @@ -180,7 +180,7 @@ func TestValidationOfApplicationServices(t *testing.T) { // Set up a config fakeConfig := &config.Dendrite{} - fakeConfig.Defaults() + fakeConfig.Defaults(true) fakeConfig.Global.ServerName = "localhost" fakeConfig.ClientAPI.Derived.ApplicationServices = []config.ApplicationService{fakeApplicationService} |