mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fixed ask for consent test name
This commit is contained in:
parent
e50b247a87
commit
5c5250692a
1 changed files with 1 additions and 1 deletions
|
|
@ -152,6 +152,6 @@ class PiwikTagTestCase(TagTestCase):
|
|||
self.assertTrue("_paq.push(['disableCookies']);" in r, r)
|
||||
|
||||
@override_settings(PIWIK_ASK_FOR_CONSENT=True)
|
||||
def test_disable_cookies(self):
|
||||
def test_ask_for_consent(self):
|
||||
r = PiwikNode().render(Context({}))
|
||||
self.assertTrue("_paq.push([\'requireConsent\']);" in r, r)
|
||||
|
|
|
|||
Loading…
Reference in a new issue