mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 04:15:54 +02:00
cscli: improved hub management (#3352)
This commit is contained in:
parent
466f39b880
commit
a1d26bdc5b
61 changed files with 3138 additions and 2672 deletions
|
@ -54,7 +54,7 @@ func TestSetupHelperProcess(t *testing.T) {
|
|||
}
|
||||
|
||||
fmt.Fprint(os.Stdout, fakeSystemctlOutput)
|
||||
os.Exit(0) //nolint:revive,deep-exit
|
||||
os.Exit(0) //nolint:revive
|
||||
}
|
||||
|
||||
func tempYAML(t *testing.T, content string) os.File {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue