Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
|
||||
"fiskerinc.com/modules/testhelper"
|
||||
ve "fiskerinc.com/modules/validator"
|
||||
"fiskerinc.com/modules/loggerdataresp"
|
||||
"github.com/fiskerinc/cloud-services/pkg/testhelper"
|
||||
ve "github.com/fiskerinc/cloud-services/pkg/validator"
|
||||
"github.com/fiskerinc/cloud-services/pkg/loggerdataresp"
|
||||
)
|
||||
|
||||
func TestBadDataErrorResp(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user