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, },