Merged in feature/textextraction (pull request #110)
Text Extraction * bases * go * splitting * structure * movetoasync * movetoasync * settinguptrigger * reorder * storevent * standardisepollingvalidation * unittests * fixlint * fixlint * awscfg * generatesample * followthrough * tests * clena * store * externalidcleanup * clientid * local * baseunittests * putobjecttests * tests
This commit is contained in:
@@ -39,7 +39,7 @@ func TestTrigger(t *testing.T) {
|
||||
|
||||
svc := New(cfg)
|
||||
|
||||
clientId := uuid.New()
|
||||
clientId := "huuh"
|
||||
docs := []document.DocumentSummary{
|
||||
{
|
||||
ID: uuid.New(),
|
||||
@@ -100,7 +100,7 @@ func TestTrigger(t *testing.T) {
|
||||
|
||||
svc := New(cfg)
|
||||
|
||||
clientId := uuid.New()
|
||||
clientId := "hola"
|
||||
|
||||
svc.batchSize = 1
|
||||
pool.ExpectQuery("name: ListDocumentIDsBatch :many").WithArgs(clientId, svc.batchSize, int32(0)).
|
||||
|
||||
Reference in New Issue
Block a user