Merged in feature/textextract (pull request #108)
Start adding Textract + UUID changes * base * startclient * ts * short * tests
This commit is contained in:
@@ -26,7 +26,7 @@ func TestProcess(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
|
||||
cfg := &ProcessConfig{}
|
||||
test.SetCfgProviderWithBasePath(t, cfg, "..")
|
||||
test.SetCfgProvider(t, cfg)
|
||||
|
||||
net, clean := test.CreateFullNetwork(t, ctx, cfg)
|
||||
defer clean()
|
||||
|
||||
@@ -25,7 +25,7 @@ func TestCollectorService(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
|
||||
cfg := &CollectorConfig{}
|
||||
test.SetCfgProviderWithBasePath(t, cfg, "../..")
|
||||
test.SetCfgProvider(t, cfg)
|
||||
|
||||
network, ncleanup := test.CreateNetwork(t, ctx)
|
||||
defer ncleanup()
|
||||
|
||||
@@ -2,8 +2,6 @@ package endtoend_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
"os"
|
||||
"path"
|
||||
"regexp"
|
||||
"testing"
|
||||
|
||||
@@ -28,7 +26,6 @@ func TestQueryAPI(t *testing.T) {
|
||||
|
||||
cfg := &QueryConfig{}
|
||||
test.SetCfgProvider(t, cfg)
|
||||
cfg.SetBasePath(path.Join(os.Getenv("PWD"), "../.."))
|
||||
|
||||
network, ncleanup := test.CreateNetwork(t, ctx)
|
||||
defer ncleanup()
|
||||
|
||||
Reference in New Issue
Block a user