We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf5417 commit 215b3a4Copy full SHA for 215b3a4
services/web/server/tests/unit/isolated/test_tracing.py
@@ -17,15 +17,14 @@
17
def mock_webserver_service_environment(
18
monkeypatch: pytest.MonkeyPatch, mock_webserver_service_environment: EnvVarsDict
19
) -> EnvVarsDict:
20
-
+ monkeypatch.delenv("WEBSERVER_TRACING")
21
envs = mock_webserver_service_environment | setenvs_from_dict(
22
monkeypatch,
23
{
24
"TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT": "http://opentelemetry-collector",
25
"TRACING_OPENTELEMETRY_COLLECTOR_PORT": "4318",
26
},
27
)
28
- envs.pop("WEBSERVER_TRACING")
29
return envs
30
31
0 commit comments