Skip to content

Commit 4215936

Browse files
committed
Test fix
1 parent 41cd85a commit 4215936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http-tests/document-hierarchy/PATCH-empty-root-405.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ add-agent-to-group.sh \
2020
update=$(cat <<EOF
2121
DELETE
2222
{
23-
<${END_USER_BASE_URL}> ?p ?o
23+
?s ?p ?o
2424
}
2525
WHERE
2626
{
27-
<${END_USER_BASE_URL}> ?p ?o
27+
?s ?p ?o
2828
}
2929
EOF
3030
)

0 commit comments

Comments
 (0)