Skip to content

Commit 5391794

Browse files
authored
fix: isolate langfuse env vars (#2022)
1 parent 7b4df8a commit 5391794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ def moto_env(monkeypatch):
2626
monkeypatch.setenv("AWS_SECURITY_TOKEN", "test")
2727
monkeypatch.setenv("AWS_DEFAULT_REGION", "us-west-2")
2828
monkeypatch.delenv("OTEL_EXPORTER_OTLP_ENDPOINT", raising=False)
29+
monkeypatch.delenv("OTEL_EXPORTER_OTLP_TRACES_ENDPOINT", raising=False)
2930
monkeypatch.delenv("OTEL_EXPORTER_OTLP_HEADERS", raising=False)
31+
monkeypatch.delenv("LANGFUSE_BASE_URL", raising=False)
3032

3133

3234
@pytest.fixture

0 commit comments

Comments
 (0)