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 24c1154 commit 8d416f7Copy full SHA for 8d416f7
services/notifications/tests/unit/conftest.py
@@ -46,6 +46,7 @@ def app_environment(
46
{
47
**mock_environment,
48
**postgres_env_vars_dict,
49
+ "NOTIFICATIONS_TRACING": "null",
50
"RABBIT_HOST": rabbit_service.RABBIT_HOST,
51
"RABBIT_PASSWORD": rabbit_service.RABBIT_PASSWORD.get_secret_value(),
52
"RABBIT_PORT": f"{rabbit_service.RABBIT_PORT}",
0 commit comments