Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Dec 9, 2024
1 parent 9686a88 commit f21f43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/web/server/tests/unit/isolated/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def mock_webserver_service_environment(
return mock_webserver_service_environment | setenvs_from_dict(
monkeypatch,
{
"WEBSERVER_TRACING": "{}",
"TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT": "http://opentelemetry-collector",
"TRACING_OPENTELEMETRY_COLLECTOR_PORT": "4318",
},
Expand Down

0 comments on commit f21f43a

Please sign in to comment.