From c3e6e954c30373d85a531d0b815a1d7bfbad5666 Mon Sep 17 00:00:00 2001 From: ben stear Date: Wed, 22 Nov 2023 13:09:34 -0500 Subject: [PATCH] Update Petagraph_ingestion_test_auto.py --- tests/Petagraph_ingestion_test_auto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Petagraph_ingestion_test_auto.py b/tests/Petagraph_ingestion_test_auto.py index 171cc05..0612e00 100644 --- a/tests/Petagraph_ingestion_test_auto.py +++ b/tests/Petagraph_ingestion_test_auto.py @@ -25,8 +25,8 @@ #uri='neo4j://example.com:7687' #uri='bolt://localhost:7687' -uri='http://localhost:7474/' -#uri='neo4j://localhost:7687' +#uri='http://localhost:7474/' +uri='neo4j://localhost:7687' user='neo4j' password='neo4j2020'