upgrade location of reverse() function in apps/push/tests.py

This commit is contained in:
Jonathan Math 2020-06-17 00:40:50 -04:00
parent 7112b19f18
commit bb689ed39d

View file

@ -26,7 +26,7 @@
from datetime import datetime, timedelta
import urllib2
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.test import TestCase
from apps.push.models import PushSubscription, PushSubscriptionManager