Skip to content

Commit 69cde8c

Browse files
committed
Update user agent in boltkit tests
1 parent 296af1b commit 69cde8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/resources/boltkit/read_server_with_version.script

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!: AUTO RESET
22
!: AUTO PULL_ALL
33

4-
C: INIT "neo4j-javascript/[object Object]" {"credentials": "neo4j", "scheme": "basic", "principal": "neo4j"}
4+
C: INIT "neo4j-javascript/0.0.0-dev" {"credentials": "neo4j", "scheme": "basic", "principal": "neo4j"}
55
S: SUCCESS {"server": "TheReadServerV1"}
66
C: RUN "MATCH (n) RETURN n.name" {}
77
PULL_ALL

test/resources/boltkit/write_server_with_version.script

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!: AUTO RESET
22
!: AUTO PULL_ALL
33

4-
C: INIT "neo4j-javascript/[object Object]" {"credentials": "neo4j", "scheme": "basic", "principal": "neo4j"}
4+
C: INIT "neo4j-javascript/0.0.0-dev" {"credentials": "neo4j", "scheme": "basic", "principal": "neo4j"}
55
S: SUCCESS {"server": "TheWriteServerV1"}
66
C: RUN "CREATE (n {name:'Bob'})" {}
77
PULL_ALL

0 commit comments

Comments
 (0)