diff --git a/internal/config/config_test.go b/internal/config/config_test.go index ab76c60..69df649 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -45,6 +45,8 @@ func TestConfig(t *testing.T) { Log: Log{ Level: 3, }, + KeepAlive: KeepAliveDefault, + KeepAliveTimeout: KeepAliveTimeoutDefault, } got := Get()