From 550258200bbb4ea1bad02b15b94f96c6b32027e2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jun 2022 15:38:30 +0200 Subject: Fix integration test which now actually matches the system-addresssbook entry Signed-off-by: Joas Schilling --- build/integration/features/bootstrap/WebDav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration/features/bootstrap') 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; -- cgit v1.2.3