diff options
Diffstat (limited to 'pyblackbird_cc/resources/tests/test_forms.py')
-rw-r--r-- | pyblackbird_cc/resources/tests/test_forms.py | 3 |
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, |