Merged in feature/remove-mocks (pull request #202)
Feature/remove mocks * remove mocks * cleanup db migrations
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Package documentclean_test contains tests for the document clean service.
|
||||
// Note: Text extraction has been removed. The document pipeline ends after cleaning.
|
||||
package documentclean_test
|
||||
|
||||
import (
|
||||
@@ -6,14 +8,12 @@ import (
|
||||
documentclean "queryorchestration/internal/document/clean"
|
||||
"queryorchestration/internal/serviceconfig"
|
||||
"queryorchestration/internal/serviceconfig/objectstore"
|
||||
"queryorchestration/internal/serviceconfig/queue/documenttext"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
type DocCleanConfig struct {
|
||||
serviceconfig.BaseConfig
|
||||
documenttext.DocTextConfig
|
||||
objectstore.ConfigProvider
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user