fix linting
This commit is contained in:
@@ -15,4 +15,4 @@ def test_home_url():
|
||||
""" test the home url """
|
||||
url = reverse('index')
|
||||
assert resolve(url).view_name == 'index'
|
||||
assert resolve(url).func, index()
|
||||
assert resolve(url).func, index()
|
||||
|
||||
Reference in New Issue
Block a user