mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Clear cache before running multidomain tests
This commit is contained in:
@@ -14,6 +14,7 @@ def env():
|
||||
organizer=o, name='MRMCD2015', slug='2015',
|
||||
date_from=now(), live=True
|
||||
)
|
||||
event.get_cache().clear()
|
||||
settings.SITE_URL = 'http://example.com'
|
||||
return o, event
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ def env():
|
||||
date_from=now()
|
||||
)
|
||||
settings.SITE_URL = 'http://example.com'
|
||||
event.get_cache().clear()
|
||||
return o, event
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ def env():
|
||||
date_from=now()
|
||||
)
|
||||
settings.SITE_URL = 'http://example.com'
|
||||
event.get_cache().clear()
|
||||
return o, event
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user