Skip to content

Commit 6e531a6

Browse files
committed
fixed tests
1 parent 2ee85cd commit 6e531a6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/App/config/default.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,10 @@ neo4j:
2424

2525
- alias: neo4j-enforced-defaults
2626
dsn: bolt://localhost
27-
authentication: null
28-
driver_config: null
29-
session_config: null
3027
priority: null
3128

3229
- alias: neo4j-partly-enforced-defaults
3330
dsn: neo4j://neo4j:secret@localhost:7688
34-
driver_config: null
35-
session_config:
36-
fetch_size: 123
37-
access_mode: null
38-
database: null
39-
transaction_config:
40-
timeout: 40
4131

4232
- alias: neo4j-simple
4333
dsn: 'bolt://test:test@localhost'

0 commit comments

Comments
 (0)