summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-05-03 16:02:46 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-03 16:02:46 +0200
commit5429ff2d3639bc96dc6bbd9d45a60a490a555775 (patch)
tree1f80cbb46ef1df0be2a42c34320e2ea8e507e805 /ishtar_common/tests.py
parent466e0c8d4d27db904ea4bb8a856f83e468705f4a (diff)
downloadIshtar-5429ff2d3639bc96dc6bbd9d45a60a490a555775.tar.bz2
Ishtar-5429ff2d3639bc96dc6bbd9d45a60a490a555775.zip
Import: add management of link between user data and db data
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py1
1 files changed, 0 insertions, 1 deletions
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)