Skip to content

Commit fbfae4b

Browse files
committed
Fix dotenv loading for v2 integration tests
1 parent 86cd752 commit fbfae4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/integrationV2/procedure_surface/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def start_gds_plugin_database(
121121
) -> Generator[Neo4jContainer, None, None]:
122122
neo4j_image = os.getenv("NEO4J_DATABASE_IMAGE", "neo4j:enterprise")
123123

124-
dotenv.load_dotenv("graphdatascience/tests/test.env", override=True)
124+
dotenv.load_dotenv("tests/test.env", override=True)
125125
GDS_LICENSE_KEY = os.getenv("GDS_LICENSE_KEY")
126126

127127
db_logs_dir = logs_dir / "cypher_surface" / "db_logs"

tests/unit/arrow_client/test_authenticated_flight_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# graphdatascience/tests/test_authenticated_flight_client.py
21
import pytest
32
from pyarrow._flight import FlightInternalError, FlightTimedOutError, FlightUnavailableError
43

0 commit comments

Comments
 (0)