mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
global: split Akvorado into 3 services
This commit is contained in:
14
cmd/console_test.go
Normal file
14
cmd/console_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"akvorado/common/reporter"
|
||||
)
|
||||
|
||||
func TestConsoleStart(t *testing.T) {
|
||||
r := reporter.NewMock(t)
|
||||
if err := consoleStart(r, DefaultConsoleConfiguration, true); err != nil {
|
||||
t.Fatalf("consoleStart() error:\n%+v", err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user