aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/tests/browser/test_sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/tests/browser/test_sample.py')
-rw-r--r--lib/toaster/tests/browser/test_sample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/tests/browser/test_sample.py b/lib/toaster/tests/browser/test_sample.py
index f4ad670a3..b0067c21c 100644
--- a/lib/toaster/tests/browser/test_sample.py
+++ b/lib/toaster/tests/browser/test_sample.py
@@ -16,7 +16,7 @@ New test files should follow this structure, should be named "test_*.py",
and should be in the same directory as this sample.
"""
-from django.core.urlresolvers import reverse
+from django.urls import reverse
from tests.browser.selenium_helpers import SeleniumTestCase
class TestSample(SeleniumTestCase):