diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-09 23:16:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-15 18:46:16 +0100 |
commit | 7d69b2b90a7c831477a2b1668bb9b7346120aaca (patch) | |
tree | 4f6466f8f11ef8e56b5030ea9576fe037500b47a /ishtar_common/tests.py | |
parent | dc6eed246c7c71b3c63a9e7b83a44d9a601ae9f8 (diff) | |
download | Ishtar-7d69b2b90a7c831477a2b1668bb9b7346120aaca.tar.bz2 Ishtar-7d69b2b90a7c831477a2b1668bb9b7346120aaca.zip |
Item keys are now related to the current importer (refs #3451)
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 82acb1904..8953e3c1b 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -798,7 +798,7 @@ class ImportTest(TestCase): # town should be deleted self.assertEqual(models.Town.objects.filter(name='my-test').count(), 0) - def testKeys(self): + def test_keys(self): content_type = ContentType.objects.get_for_model( models.OrganizationType) |