Update tests/unit/test_tag_google_analytics_gtag.py

Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
Petr Dlouhý 2022-07-18 21:40:27 +02:00 committed by GitHub
parent f441726eed
commit afef87d936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',