mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 07:42:45 +01:00
Add Dashboards (#41)
This commit is contained in:
@@ -84,7 +84,7 @@ func Index(t *testing.T) (*index.Index, func(), error) {
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
return catalystIndex, func() { os.RemoveAll(dir) }, nil
|
||||
return catalystIndex, func() { catalystIndex.Close(); os.RemoveAll(dir) }, nil
|
||||
}
|
||||
|
||||
func Bus(t *testing.T) (context.Context, *catalyst.Config, *bus.Bus, error) {
|
||||
|
||||
Reference in New Issue
Block a user