]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix integration test which now actually matches the system-addresssbook entry 32748/head
authorJoas Schilling <coding@schilljs.com>
Thu, 9 Jun 2022 13:38:30 +0000 (15:38 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 9 Jun 2022 13:38:30 +0000 (15:38 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
build/integration/features/bootstrap/WebDav.php
build/integration/federation_features/federated.feature

index 3ea4831f42cabb64029e9eedf7028fda1e1a0649..ae0659d5ddaa1c1521288f74d15758e69e8ee8f6 100644 (file)
@@ -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;
 
index 8b627e55a429b4336ec38e78aed9a7f5fc5e9832..97fe408a2eb40e234abe432517f3b5ad29e99178 100644 (file)
@@ -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"