summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/localrepocache_tests.py')
-rw-r--r--morphlib/localrepocache_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/localrepocache_tests.py b/morphlib/localrepocache_tests.py
index 5ac85e95..898894db 100644
--- a/morphlib/localrepocache_tests.py
+++ b/morphlib/localrepocache_tests.py
@@ -28,7 +28,8 @@ class FakeApplication(object):
def __init__(self):
self.settings = {
- 'debug': True
+ 'debug': True,
+ 'verbose': True
}
def status(self, msg):