From 9e656850b1efd7803eeeaa7a834c6f5c384ffdee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 30 Jun 2017 20:22:51 +0200 Subject: Tests: fix RelationType creation --- archaeological_context_records/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/tests.py') diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 07360f73a..34bf15ae6 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -582,7 +582,7 @@ class ContextRecordWizardCreationTest(WizardTest, ContextRecordInit, TestCase): self.form_datas[1].form_datas['relations-record_creation'].append( {'right_record': self.related_cr.pk, 'relation_type': models.RelationType.objects.create( - label="Test").pk} + label="Test", symmetrical=False).pk} ) self.cr_nb = models.ContextRecord.objects.count() -- cgit v1.2.3