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 07fa08750..36df516ec 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -1363,6 +1363,7 @@ class ShortMenuTest(TestCase): # available because is the creator tf.history_creator = self.user tf.save() + tf = TreatmentFile.objects.get(pk=tf.pk) response = c.get(reverse('shortcut-menu')) self.assertEqual(response.status_code, 200) self.assertTrue(str(tf.cached_label) in response.content.decode()) |