Skip to content

Commit f0bda50

Browse files
committed
Adjust integration tests
1 parent 8436c71 commit f0bda50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def neo4j_driver(target, auth):
303303
except ServiceUnavailable as error:
304304
if isinstance(error.__cause__, BoltHandshakeError):
305305
pytest.skip(error.args[0])
306-
elif error.args[0] == "Server does not support routing":
306+
elif error.args[0] == "Unable to retrieve routing information":
307307
pytest.skip(error.args[0])
308308
else:
309309
raise

0 commit comments

Comments
 (0)