From: Joas Schilling Date: Thu, 9 Jun 2022 13:38:30 +0000 (+0200) Subject: Fix integration test which now actually matches the system-addresssbook entry X-Git-Tag: v25.0.0beta1~271^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F32748%2Fhead;p=nextcloud-server.git Fix integration test which now actually matches the system-addresssbook entry Signed-off-by: Joas Schilling --- 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; diff --git a/build/integration/federation_features/federated.feature b/build/integration/federation_features/federated.feature index 8b627e55a42..97fe408a2eb 100644 --- a/build/integration/federation_features/federated.feature +++ b/build/integration/federation_features/federated.feature @@ -26,7 +26,7 @@ Feature: federated | file_parent | A_NUMBER | | displayname_owner | user0 | | share_with | user1@REMOTE | - | share_with_displayname | user1@REMOTE | + | share_with_displayname | user1 | Scenario: Federated group share a file with another server Given Using server "REMOTE"