Skip to content

Commit d1a8bf3

Browse files
committed
Fix stub server script to return SUCCESS with metadata
SUCCESS message is not correct without metadata, even if it is empty.
1 parent cf14dcc commit d1a8bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/resources/boltstub/query_with_error.script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ C: PULL_ALL
66
S: FAILURE {"code": "Neo.ClientError.Statement.ArithmeticError", "message": "/ by zero"}
77
S: IGNORED
88
C: RESET
9-
S: SUCCESS
9+
S: SUCCESS {}
1010
C: RESET
11-
S: SUCCESS
11+
S: SUCCESS {}

0 commit comments

Comments
 (0)