diff --git a/tests/unit/test_tag_google_analytics_gtag.py b/tests/unit/test_tag_google_analytics_gtag.py index 8b9cce5..6b5cd87 100644 --- a/tests/unit/test_tag_google_analytics_gtag.py +++ b/tests/unit/test_tag_google_analytics_gtag.py @@ -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',