mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
|
||||
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'):
|
||||
url = 'http://127.0.0.1:8080'
|
||||
|
|
|
|||
Loading…
Reference in a new issue