mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
assertEqual was deprecated in python 3.2
This commit is contained in:
parent
dc031d9e01
commit
dcf51bc6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class IntercomTagTestCase(TagTestCase):
|
|||
date_joined=now)
|
||||
}))
|
||||
# Because the json isn't predictably ordered, we can't just test the whole thing verbatim.
|
||||
self.assertEquals("""
|
||||
self.assertEqual("""
|
||||
<script id="IntercomSettingsScriptTag">
|
||||
window.intercomSettings = {"app_id": "1234567890abcdef0123456789", "created_at": 1397074500, "email": "test@example.com", "name": "Firstname Lastname"};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue