aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests')
-rw-r--r--app/tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index 03a2433..9360971 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -22,6 +22,7 @@ def test_modules():
return [
'handlers.tests.test_count_handler',
'handlers.tests.test_defconf_handler',
+ 'handlers.tests.test_handler_response',
'handlers.tests.test_handler_static',
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',