Skip to content

Commit

Permalink
Update connect_neo4j.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 20, 2023
1 parent 5452470 commit e251178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connect_neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

uri='bolt://localhost:7687'
user='neo4j'
password='neo4j2020'
password='neo4j'

driver = GraphDatabase.driver(uri, auth=(user, password))

Expand Down

0 comments on commit e251178

Please sign in to comment.