aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-06-09 15:38:30 +0200
committerJoas Schilling <coding@schilljs.com>2022-06-09 15:38:30 +0200
commit550258200bbb4ea1bad02b15b94f96c6b32027e2 (patch)
tree78ac0e1ea7369c688c5dc5dfc59e768ee0519d83 /build/integration/features/bootstrap
parent6e3d66843666cd68f6f86c909dc0ed5244b9d2fa (diff)
downloadnextcloud-server-550258200bbb4ea1bad02b15b94f96c6b32027e2.tar.gz
nextcloud-server-550258200bbb4ea1bad02b15b94f96c6b32027e2.zip
Fix integration test which now actually matches the system-addresssbook entry
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration/features/bootstrap')
-rw-r--r--build/integration/features/bootstrap/WebDav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php
index 3ea4831f42c..ae0659d5dda 100644
--- a/build/integration/features/bootstrap/WebDav.php
+++ b/build/integration/features/bootstrap/WebDav.php
@@ -32,8 +32,8 @@
*
*/
use GuzzleHttp\Client as GClient;
-use GuzzleHttp\Message\ResponseInterface;
use PHPUnit\Framework\Assert;
+use Psr\Http\Message\ResponseInterface;
use Sabre\DAV\Client as SClient;
use Sabre\DAV\Xml\Property\ResourceType;