Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
@@ -3,10 +3,10 @@ package remotefileupload_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"fiskerinc.com/modules/remotefileupload"
|
||||
"fiskerinc.com/modules/utils/envtool"
|
||||
"github.com/fiskerinc/cloud-services/pkg/remotefileupload"
|
||||
"github.com/fiskerinc/cloud-services/pkg/utils/envtool"
|
||||
|
||||
"fiskerinc.com/modules/testhelper"
|
||||
"github.com/fiskerinc/cloud-services/pkg/testhelper"
|
||||
)
|
||||
|
||||
func TestNewAWSUploaderIntegration(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user