Skip to content

Commit 98e5607

Browse files
committed
Update IT test
1 parent a13f675 commit 98e5607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/test/driver.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ describe('#integration driver', () => {
401401
await expectAsync(session.run('RETURN 1')).toBeRejectedWith(
402402
jasmine.objectContaining({
403403
code: neo4j.error.SERVICE_UNAVAILABLE,
404-
message: jasmine.stringMatching(/No routing servers available/)
404+
message: `Neo4jError: Server at ${sharedNeo4j.hostname}:7687 can't perform routing. Make sure you are connecting to a causal cluster.`
405405
})
406406
)
407407

0 commit comments

Comments
 (0)