aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/resources/tests')
-rw-r--r--pyblackbird_cc/resources/tests/test_forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/tests/test_forms.py b/pyblackbird_cc/resources/tests/test_forms.py
index e19784f..cea3540 100644
--- a/pyblackbird_cc/resources/tests/test_forms.py
+++ b/pyblackbird_cc/resources/tests/test_forms.py
@@ -71,5 +71,4 @@ class ResourceCreateFormTest(TestCase):
"main_resource_category": self.resource_category.id,
}
form = ResourceCreateForm(data=form_data, files=self.form_files)
- breakpoint()
assert not form.is_valid()