Skip to content

Commit

Permalink
Use proper url_for to fix legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 26, 2017
1 parent af7fe2e commit fa6b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/legacy/functional/test_user.py
@@ -1,6 +1,6 @@
# encoding: utf-8

from routes import url_for
from ckan.lib.helpers import url_for
from nose.tools import assert_equal
from ckan.common import config
import hashlib
Expand Down

0 comments on commit fa6b3fa

Please sign in to comment.