Skip to content

Commit 2de121a

Browse files
author
Andrei Neagu
committed
revert change
1 parent e64d30c commit 2de121a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/notifications-library/tests/email/conftest.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ def app_environment(
1313
env_devel_dict: EnvVarsDict,
1414
external_envfile_dict: EnvVarsDict,
1515
) -> EnvVarsDict:
16-
return setenvs_from_dict(monkeypatch, {**env_devel_dict, **external_envfile_dict})
16+
return setenvs_from_dict(
17+
monkeypatch,
18+
{
19+
**env_devel_dict,
20+
**external_envfile_dict,
21+
},
22+
)
1723

1824

1925
@pytest.fixture

0 commit comments

Comments
 (0)