mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Changed some texts
This commit is contained in:
@@ -10,5 +10,7 @@ def test_site_url_domain():
|
||||
|
||||
def test_site_url_subpath():
|
||||
settings.SITE_URL = 'https://example.com/presale'
|
||||
old_prefix = urlresolvers.get_script_prefix()
|
||||
urlresolvers.set_script_prefix('/presale/')
|
||||
assert build_absolute_uri('control:auth.login') == 'https://example.com/presale/control/login'
|
||||
urlresolvers.set_script_prefix(old_prefix)
|
||||
|
||||
Reference in New Issue
Block a user