diff --git a/core/http/app_test.go b/core/http/app_test.go index 54d79abca..0e84530a7 100644 --- a/core/http/app_test.go +++ b/core/http/app_test.go @@ -1214,7 +1214,6 @@ parameters: application, err := application.New( append(commonOpts, config.WithContext(c), - config.WithContextSize(512), config.WithSystemState(systemState), config.WithConfigFile(os.Getenv("CONFIG_FILE")))..., )