aboutsummaryrefslogtreecommitdiff
path: root/app/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/__init__.py')
-rw-r--r--app/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index 2da0fba..e7153db 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -24,7 +24,7 @@ def test_modules():
'handlers.tests.test_count_handler',
'handlers.tests.test_defconf_handler',
'handlers.tests.test_handler_response',
- 'handlers.tests.test_handler_static',
+ 'handlers.tests.test_handlers_common',
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',
'handlers.tests.test_token_handler',