aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/tests/browser/test_builddashboard_page_tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/tests/browser/test_builddashboard_page_tasks.py')
-rw-r--r--lib/toaster/tests/browser/test_builddashboard_page_tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/tests/browser/test_builddashboard_page_tasks.py b/lib/toaster/tests/browser/test_builddashboard_page_tasks.py
index 22acb470a..7fdf75d0a 100644
--- a/lib/toaster/tests/browser/test_builddashboard_page_tasks.py
+++ b/lib/toaster/tests/browser/test_builddashboard_page_tasks.py
@@ -7,7 +7,7 @@
# SPDX-License-Identifier: GPL-2.0-only
#
-from django.core.urlresolvers import reverse
+from django.urls import reverse
from django.utils import timezone
from tests.browser.selenium_helpers import SeleniumTestCase
from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version