mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Update tests/unit/test_tag_google_analytics_gtag.py
Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
parent
f441726eed
commit
afef87d936
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class GoogleAnalyticsTagTestCase(TagTestCase):
|
|||
|
||||
def test_identity_context_general(self):
|
||||
"""
|
||||
The user_id variable must be set according to analyitical_identity variable in the context.
|
||||
The user_id variable must be set according to analytical_identity variable in the context.
|
||||
"""
|
||||
r = GoogleAnalyticsGTagNode().render(Context({
|
||||
'analytical_identity': 'bar_analytical_identity',
|
||||
|
|
|
|||
Loading…
Reference in a new issue