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 f4542e2 commit a61f550Copy full SHA for a61f550
packages/neo4j-driver/test/driver.test.js
@@ -371,7 +371,7 @@ describe('#integration driver', () => {
371
await expectAsync(session.run('RETURN 1')).toBeRejectedWith(
372
jasmine.objectContaining({
373
code: neo4j.error.SERVICE_UNAVAILABLE,
374
- 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.`
375
})
376
)
377
0 commit comments