From dafb7559097c4da92f21ccd3ad8ccd29e2c3ebc9 Mon Sep 17 00:00:00 2001 From: Darrell Malone Jr Date: Mon, 14 Oct 2024 13:46:47 -0500 Subject: [PATCH] Update test db URI --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index c6fcbf1a8..5e4486a10 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -38,7 +38,7 @@ jobs: env: GRAPH_USER: neo4j GRAPH_PASSWORD: test_pwd - GRAPH_NM_URI: localhost:7688 + GRAPH_TEST_URI: localhost:7688 MIXPANEL_TOKEN: mixpanel_token - name: Output Neo4j logs if: failure()