diff options
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index b22d27169..06d0ca3ec 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -123,6 +123,7 @@ class ImportKeyTest(TestCase): # modification label_3 = "Yop" ot_2.label = label_3 + ot_2.txt_idx = slugify(label_3) ot_2.save() # old label not referenced anymore self.assertEqual(models.ItemKey.objects.filter(object_id=ot_2.pk, |