Fixed SPN HUB using wrong instance

This commit is contained in:
Natanael Rodriguez Ramos
2025-04-10 17:07:48 +01:00
parent 90ce30e842
commit d828aacd0f
3 changed files with 17 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ func (stub *testInstance) Stopping() bool {
func (stub *testInstance) SetCmdLineOperation(f func() error) {}
func runTest(m *testing.M) error {
_ = log.Start()
_ = log.Start("info", true, "")
ds, err := config.InitializeUnitTestDataroot("test-docks")
if err != nil {