Skip to content

Commit

Permalink
✅ fix TestLoggingConfigurator
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Oct 29, 2024
1 parent 7b125fd commit 082f71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acapy_agent/config/tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from tempfile import NamedTemporaryFile
from unittest import IsolatedAsyncioTestCase, mock

from .. import logging as test_module
from ..logging import configurator as test_module


class TestLoggingConfigurator(IsolatedAsyncioTestCase):
Expand Down Expand Up @@ -81,7 +81,7 @@ def test_configure_with_multitenant_with_yaml_file(self):
),
):
test_module.LoggingConfigurator.configure(
log_config_path="acapy_agent/config/default_multitenant_logging_config.yml",
log_config_path="acapy_agent/config/logging/default_multitenant_logging_config.yml",
log_file="test.log",
multitenant=True,
)
Expand Down

0 comments on commit 082f71c

Please sign in to comment.