Skip to content

Commit a61f550

Browse files
committed
Update IT test
1 parent f4542e2 commit a61f550

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
@@ -371,7 +371,7 @@ describe('#integration driver', () => {
371371
await expectAsync(session.run('RETURN 1')).toBeRejectedWith(
372372
jasmine.objectContaining({
373373
code: neo4j.error.SERVICE_UNAVAILABLE,
374-
message: jasmine.stringMatching(/No routing servers available/)
374+
message: `Neo4jError: Server at ${sharedNeo4j.hostname}:7687 can't perform routing. Make sure you are connecting to a causal cluster.`
375375
})
376376
)
377377

0 commit comments

Comments
 (0)