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 ba85711 commit a2c5b0aCopy full SHA for a2c5b0a
packages/neo4j-driver/test/driver.test.js
@@ -395,7 +395,7 @@ describe('#integration driver', () => {
395
await expectAsync(session.run('RETURN 1')).toBeRejectedWith(
396
jasmine.objectContaining({
397
code: neo4j.error.SERVICE_UNAVAILABLE,
398
- 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.`
399
})
400
)
401
0 commit comments