From 6a3a738258f81fa5d723c2638b8e8522cdc45de2 Mon Sep 17 00:00:00 2001 From: alteredCoder Date: Tue, 19 Apr 2022 14:44:12 +0200 Subject: [PATCH] fix test --- pkg/csconfig/crowdsec_service_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/csconfig/crowdsec_service_test.go b/pkg/csconfig/crowdsec_service_test.go index f52d2dd87..5b7cf0451 100644 --- a/pkg/csconfig/crowdsec_service_test.go +++ b/pkg/csconfig/crowdsec_service_test.go @@ -161,7 +161,7 @@ func TestLoadCrowdsec(t *testing.T) { HubIndexFile: hubIndexFileFullPath, DataDir: dataFullPath, HubDir: hubFullPath, - ConsoleContextPath: contextFileFullPath, + ConsoleContextPath: DefaultContextConfigFilePath, SimulationConfig: &SimulationConfig{ Simulation: &falseBoolPtr, },