diff options
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
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' |