aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/tests
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-13 15:46:10 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-13 15:46:10 +0100
commitfa9033e81943fdd577ebc135ea9c4cf98404677f (patch)
tree9405743b345abaee9c482dd615af86e3b8216603 /ctrack/caf/tests
parent5a955f9796c199338eb3182f1918c4708593a1be (diff)
added a new field to the applicablesystem model
Diffstat (limited to 'ctrack/caf/tests')
-rw-r--r--ctrack/caf/tests/factories.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/caf/tests/factories.py b/ctrack/caf/tests/factories.py
index 4c2d5b8..3c62307 100644
--- a/ctrack/caf/tests/factories.py
+++ b/ctrack/caf/tests/factories.py
@@ -31,6 +31,7 @@ class ApplicableSystemFactory(factory.DjangoModelFactory):
)
organisation = factory.SubFactory(OrganisationFactory)
caf = factory.SubFactory("ctrack.caf.tests.factories.CAFFactory")
+ dft_categorisation = "CR"
class Meta:
model = ApplicableSystem