Skip to content

Commit 98341c7

Browse files
authored
TestKit support for None livenessCheckTimeoutMs (#711)
1 parent cafb0fe commit 98341c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testkitbackend/requests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def NewDriver(backend, data):
9292
kwargs["max_connection_pool_size"] = data["maxConnectionPoolSize"]
9393
if data.get("fetchSize"):
9494
kwargs["fetch_size"] = data["fetchSize"]
95+
data.mark_item_as_read_if_equals("livenessCheckTimeoutMs", None)
9596

9697
data.mark_item_as_read("domainNameResolverRegistered")
9798
driver = neo4j.GraphDatabase.driver(

0 commit comments

Comments
 (0)