We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13f675 commit 98e5607Copy full SHA for 98e5607
packages/neo4j-driver/test/driver.test.js
@@ -401,7 +401,7 @@ describe('#integration driver', () => {
401
await expectAsync(session.run('RETURN 1')).toBeRejectedWith(
402
jasmine.objectContaining({
403
code: neo4j.error.SERVICE_UNAVAILABLE,
404
- message: jasmine.stringMatching(/No routing servers available/)
+ message: `Neo4jError: Server at ${sharedNeo4j.hostname}:7687 can't perform routing. Make sure you are connecting to a causal cluster.`
405
})
406
)
407
0 commit comments