From 4439b2ef91ff5e8191bc0225a0bc53cc89264341 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 20 Mar 2014 15:38:28 +0100 Subject: [PATCH] Reflect changes of owncloud-testserver https://github.com/untitaker/owncloud-testserver/commit/fe0dcc9bff3718d69e2f39d04ac9a38495834290 --- tests/storage/dav/_owncloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'