From 30877f14f9162f4bd37181ccac3a1c02b822c4a7 Mon Sep 17 00:00:00 2001 From: Valentyna Bukhalova Date: Mon, 16 Sep 2024 18:48:45 +0200 Subject: [PATCH] fix --- internal/config/config_test.go | 2 ++ 1 file changed, 2 insertions(+) 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()