From 5429ff2d3639bc96dc6bbd9d45a60a490a555775 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 3 May 2015 16:02:46 +0200 Subject: Import: add management of link between user data and db data --- ishtar_common/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 4b4f38e4a..8745b079d 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -103,7 +103,6 @@ class MergeTest(TestCase): self.assertTrue(self.person_types[1] in self.person_3.person_types.all()) class ImportKeyTest(TestCase): - def testKeys(self): content_type = ContentType.objects.get_for_model(models.OrganizationType) -- cgit v1.2.3