Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 5b3d286

Browse files
committed
change canary test value
1 parent a998876 commit 5b3d286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/tests/test-script.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ data:
105105
getconfig="call dbms.listConfig() yield name, value where name='dbms.transaction.concurrent.maximum' return value;"
106106
res=$(cypher "$getconfig" $ENDPOINT)
107107
108-
echo $res | grep '"0"'
108+
echo $res | grep '"100"'
109109
if [ $? -eq 0 ] ; then
110110
succeed "$test"
111111
else

0 commit comments

Comments
 (0)