mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Fix integration test which now actually matches the system-addresssbook entry
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6e3d668436
commit
550258200b
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue