diff --git a/tests/storage/dav/_owncloud.py b/tests/storage/dav/_owncloud.py index 34f5e09..02e6927 100644 --- a/tests/storage/dav/_owncloud.py +++ b/tests/storage/dav/_owncloud.py @@ -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'