Skip to content

Commit 8b62977

Browse files
Spell out production
Co-authored-by: Rafal Skolasinski <r.j.skolasinski@gmail.com>
1 parent 4cf9225 commit 8b62977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/session/aura_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AuraApi:
3434
def __init__(self, client_id: str, client_secret: str, tenant_id: Optional[str] = None) -> None:
3535
self._aura_env = os.environ.get("AURA_ENV")
3636

37-
if not self._aura_env or self._aura_env == "prod":
37+
if not self._aura_env or self._aura_env == "production":
3838
self._base_uri = "https://api.neo4j.io"
3939
elif self._aura_env == "staging":
4040
self._base_uri = "https://api-staging.neo4j.io"

0 commit comments

Comments
 (0)