Skip to content

Commit 022037b

Browse files
author
Sam Stelle
committed
Changed the test to aim for the right file.
1 parent 5c03708 commit 022037b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/searchcommands/test_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_builtin_options(self):
107107
# TODO: capture this output and verify it
108108
command.logger.warning('Test that output is directed to stderr without formatting')
109109

110-
default_logging_configuration = os.path.join(app_root, 'default', 'logging.conf')
110+
default_logging_configuration = os.path.join(directory, app_root, 'default', 'logging.conf')
111111

112112
# A search command loads {local,default}/logging.conf when it is
113113
# available

0 commit comments

Comments
 (0)