set the rest of the default args for tests

This commit is contained in:
Jeffrey Picard 2022-10-17 14:52:40 +00:00
parent a198113f73
commit e79a798781

View file

@ -141,6 +141,9 @@ func MakeDefaultTestArgs() *Args {
PrometheusPort: DefaultPrometheusPort,
NotifierPort: DefaultNotifierPort,
JSONRPCPort: DefaultJSONRPCPort,
JSONRPCHTTPPort: 50002,
MaxSessions: DefaultMaxSessions,
SessionTimeout: DefaultSessionTimeout,
EsIndex: DefaultEsIndex,
RefreshDelta: DefaultRefreshDelta,
CacheTTL: DefaultCacheTTL,