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