Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 9392640

Browse files
authored
Merge pull request #124 from marklogic-community/feature-123
#123 - bugfix: tests failing in ML9
2 parents 599ab02 + a51c6b4 commit 9392640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/workflow-rest-tests.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ declare function wrt:processmodel-create ($options, $filename)
4141
let $uri := fn:concat(
4242
"http://", $const:RESTHOST, ':', $const:RESTPORT,
4343
"/v1/resources/processmodel?rs:name=", $filename,
44-
"&enable=true")
44+
"&rs:enable=true")
4545
let $fullpath := fn:concat("/raw/data/", $filename)
4646
let $file := fn:doc($fullpath)
4747
return xdmp:http-put($uri, $options, $file)

0 commit comments

Comments
 (0)