From ba05d1376890231994a6eb4d904083359282c726 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Aug 2018 17:04:19 +0200 Subject: Admin - tests: add ishtar_common.ProfileTypeSummary to redonly model --- ishtar_common/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 8de8fda6e..90a9d10ad 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -554,7 +554,8 @@ class AdminGenTypeTest(TestCase): 'archaeological_finds' ] readonly_models = ['archaeological_finds.Property', - 'archaeological_finds.Treatment'] + 'archaeological_finds.Treatment', + 'ishtar_common.ProfileTypeSummary'] def setUp(self): self.password = 'mypassword' -- cgit v1.2.3