summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/swift.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/swift.php')
-rw-r--r--apps/files_external/tests/swift.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/swift.php b/apps/files_external/tests/swift.php
index a6f5eace1c8..3e1485b0f3a 100644
--- a/apps/files_external/tests/swift.php
+++ b/apps/files_external/tests/swift.php
@@ -18,7 +18,7 @@ if(!is_array($config) or !isset($config['swift']) or !$config['swift']['run']) {
$id=uniqid();
$this->config=include('apps/files_external/tests/config.php');
$this->config['swift']['root'].='/'.$id;//make sure we have an new empty folder to work in
- $this->instance=new OC_Filestorage_SWIFT($this->config['swift']);
+ $this->instance=new \OC\Files\Storage\SWIFT($this->config['swift']);
}