This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from django.conf import settings
|
||||
|
||||
from dav_base.tests.generic import Url, UrlsTestCase
|
||||
|
||||
from .. import views
|
||||
|
||||
url_prefix = 'events'
|
||||
url_prefix = settings.MODULE_CONFIG.modules['dav_events'].url_prefix
|
||||
|
||||
|
||||
class TestCase(UrlsTestCase):
|
||||
|
||||
Reference in New Issue
Block a user