Fix integration test which now actually matches the system-addresssbook entry

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-06-09 15:38:30 +02:00
parent 6e3d668436
commit 550258200b
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA
2 changed files with 2 additions and 2 deletions

View 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;

View 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"