From afef87d936ea11217cf2eb02a4b2ec8ce945a27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Mon, 18 Jul 2022 21:40:27 +0200 Subject: [PATCH] Update tests/unit/test_tag_google_analytics_gtag.py Co-authored-by: Peter Bittner --- tests/unit/test_tag_google_analytics_gtag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',