diff options
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 596cbf9f6..464960b3a 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -1080,7 +1080,7 @@ class AccountWizardTest(WizardTest, TestCase): self.form_datas[0].set('selec', 'pk', self.person.pk) self.form_datas[0].set('account', 'pk', self.person.pk) - self.account_number = models.IshtarSiteProfile.objects.count() + self.account_number = models.IshtarUser.objects.count() super(AccountWizardTest, self).pre_wizard() def post_wizard(self): |