Skip to content

Commit 8d416f7

Browse files
tests: disable tracing
1 parent 24c1154 commit 8d416f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/notifications/tests/unit/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def app_environment(
4646
{
4747
**mock_environment,
4848
**postgres_env_vars_dict,
49+
"NOTIFICATIONS_TRACING": "null",
4950
"RABBIT_HOST": rabbit_service.RABBIT_HOST,
5051
"RABBIT_PASSWORD": rabbit_service.RABBIT_PASSWORD.get_secret_value(),
5152
"RABBIT_PORT": f"{rabbit_service.RABBIT_PORT}",

0 commit comments

Comments
 (0)