aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/test_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/test_index.py')
-rw-r--r--test/apps/test_index.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/apps/test_index.py b/test/apps/test_index.py
index a877684..f632599 100644
--- a/test/apps/test_index.py
+++ b/test/apps/test_index.py
@@ -225,6 +225,8 @@ class TestIndex(unittest.TestCase):
outbuf = io.StringIO()
with contextlib.redirect_stdout(outbuf):
bsfs = main([
+ '--config',
+ self.config_path,
'--print',
'-r',
'--host', 'http://example.com',