Skip to content

Commit 8aba078

Browse files
authored
chore(tests): add context size option to application initialization
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent e88db7d commit 8aba078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/http/app_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,7 @@ parameters:
12141214
application, err := application.New(
12151215
append(commonOpts,
12161216
config.WithContext(c),
1217+
config.WithContextSize(512),
12171218
config.WithSystemState(systemState),
12181219
config.WithConfigFile(os.Getenv("CONFIG_FILE")))...,
12191220
)

0 commit comments

Comments
 (0)