aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/test_forms.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-08 17:12:58 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-08 17:12:58 +0100
commit63461fb0b86a8f4a1422673626311d0979cd1077 (patch)
treed7ae8a2457c1bc630cb68b6e5ce1ec371bfdc4ad /pyblackbird_cc/resources/tests/test_forms.py
parentdb531eaa027d2abcfcceabfef4b8aa9dc5ca1e5d (diff)
resources tests passing
Diffstat (limited to 'pyblackbird_cc/resources/tests/test_forms.py')
-rw-r--r--pyblackbird_cc/resources/tests/test_forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/tests/test_forms.py b/pyblackbird_cc/resources/tests/test_forms.py
index cea3540..9190f55 100644
--- a/pyblackbird_cc/resources/tests/test_forms.py
+++ b/pyblackbird_cc/resources/tests/test_forms.py
@@ -18,8 +18,9 @@ class ResourceCreateFormTest(TestCase):
self.form_data = {
"name": "Test Resource",
"description": "Test Description",
+ "card_description": "Test Card Description",
"resource_type": self.resource_type.id,
- "age_range": "5-7",
+ "age_range": "Reception (4-5yrs)",
"curriculum": "English",
"feature_slot": 1,
"main_resource_category": self.resource_category.id,