From b6c692e98d2477d93ebe924013057a4876bf80ff Mon Sep 17 00:00:00 2001 From: simmidisetty Date: Tue, 11 Jun 2024 17:20:36 +0530 Subject: [PATCH] test --- tests/unittest/config_logging/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittest/config_logging/main_test.go b/tests/unittest/config_logging/main_test.go index 6ff266e8..69cf2982 100644 --- a/tests/unittest/config_logging/main_test.go +++ b/tests/unittest/config_logging/main_test.go @@ -51,7 +51,7 @@ func TestMain(m *testing.M) { func TestConfigLogging(t *testing.T) { logger.GetLogger().Log(logger.Debug, "Test config-logging begin +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n") - if testutil.RegexCountFile("OCC_CONFIG", "cal.log") < 6 { + if testutil.RegexCountFile("OCC_CONFIG", "cal.log") < 9 { t.Fatalf("Can't find OCC_CONFIG cal event") }