mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
[GoSquared] Remove settings override with no effect
This commit is contained in:
parent
709b8edcf4
commit
7847d22f95
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class GoSquaredTagTestCase(TagTestCase):
|
|||
}))
|
||||
self.assertTrue('GoSquared.UserName = "test_identity";' in r, r)
|
||||
|
||||
@override_settings(ANALYTICAL_AUTO_IDENTIFY=True, USER_ID=None)
|
||||
@override_settings(ANALYTICAL_AUTO_IDENTIFY=True)
|
||||
def test_identify_anonymous_user(self):
|
||||
r = GoSquaredNode().render(Context({'user': AnonymousUser()}))
|
||||
self.assertFalse('GoSquared.UserName = ' in r, r)
|
||||
|
|
|
|||
Loading…
Reference in a new issue