aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-06 16:19:54 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-06 16:20:37 +0100
commitb199ffd3901e4614e2cad2bce420cfebaa4e9665 (patch)
treeefc305cc17403215c236185b62a6330f4f7e9298 /app/tests
parentb9a32346a62647f2b45e1669b0091352ae4cd598 (diff)
subscription: Model refactoring.
Change-Id: I19444d61c77f59ff9174f5380ae8365882d60582
Diffstat (limited to 'app/tests')
-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 089d5c1..18ad1ff 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -35,7 +35,7 @@ def test_modules():
'models.tests.test_defconfig_model',
'models.tests.test_job_model',
'models.tests.test_lab_model',
- 'models.tests.test_models',
+ 'models.tests.test_subscription_model',
'models.tests.test_token_model',
'utils.batch.tests.test_batch_common',
'utils.bisect.tests.test_bisect',