Skip to content

Commit 169b51f

Browse files
georgeajitgeorgeajit
authored andcommitted
Removed incorrect check for error
1 parent a310a21 commit 169b51f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/api/DynamicIngestServicesAnyDocument.sjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ var binFlag = false;
6767
} else if (typeof docCont === 'string') {
6868
console.log("Inserting : TXT " + i );
6969
console.log("Inserting : " + docCont);
70-
if (docCont.includes("digitalCopies") return fn.error("Invalid docs received");
7170
xdmp.documentInsert(
7271
'/marklogic/ds/test/anyDocument/' +uriCnt+'.txt',
7372
inputs[i],

0 commit comments

Comments
 (0)