aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/utils.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-01 10:38:26 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-01 10:38:26 +0100
commit9b9643aa058f92b696e4c6a87a2247699b7099b3 (patch)
treee26fa662a93c56669ec2f1174f1e9c7faf68b87f /ctrack/core/utils.py
parentaafd30c1eea5a4b97b9afd99d8c55832031ce60f (diff)
test for model function to get cafs from an applicable system
Diffstat (limited to '')
-rw-r--r--ctrack/core/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/core/utils.py b/ctrack/core/utils.py
index af01549..3c54245 100644
--- a/ctrack/core/utils.py
+++ b/ctrack/core/utils.py
@@ -71,6 +71,7 @@ def _create_caf_app_service(c_descriptors, org, q_descriptors):
triage_review_inspector=None,
)
caf.systems.add(as1, as2)
+ return caf
def populate_db(**kwargs):