Skip to content

Commit

Permalink
Setup Neo4j via Bolt interface
Browse files Browse the repository at this point in the history
This is a workaround for encode/httpx#96
  • Loading branch information
Patrick Wang committed Aug 4, 2020
1 parent da320aa commit 284cc27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/setup/startup_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ echo "Postgres initialized."
set -a
source ../.env
set +a
export NEO4J_URL=bolt://localhost:7687

echo "Waiting for Neo4j to start..."
until echo $(docker logs remote_neo4j 2>&1) | grep -q "Bolt enabled"; do sleep 1; done
Expand Down

0 comments on commit 284cc27

Please sign in to comment.