mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
f30a15ad66
commit
4439b2ef91
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class ServerMixin(object):
|
||||||
wsgi_teardown = None
|
wsgi_teardown = None
|
||||||
|
|
||||||
def setup_method(self, method):
|
def setup_method(self, method):
|
||||||
subprocess.check_call([os.path.join(owncloud_repo, 'install.sh')])
|
subprocess.check_call([os.path.join(owncloud_repo, 'reset.sh')])
|
||||||
|
|
||||||
def get_storage_args(self, collection='test'):
|
def get_storage_args(self, collection='test'):
|
||||||
url = 'http://127.0.0.1:8080'
|
url = 'http://127.0.0.1:8080'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue