Skip to content

Commit

Permalink
fixes payments fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jun 3, 2024
1 parent 65a3bc4 commit 8945bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/payments/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def external_envfile_dict(external_envfile_dict: EnvVarsDict) -> EnvVarsDict:
return external_envfile_dict


@pytest.fixture
@pytest.fixture(scope="session")
def env_devel_dict(
env_devel_dict: EnvVarsDict, external_envfile_dict: EnvVarsDict
) -> EnvVarsDict:
Expand Down

0 comments on commit 8945bd7

Please sign in to comment.