mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Fix check in integration tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
f8d222d42d
commit
7b93a143c8
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ trait Sharing {
|
|||
return;
|
||||
}
|
||||
|
||||
if (!array_key_exists($field, $returnedShare)) {
|
||||
if (!property_exists($returnedShare, $field)) {
|
||||
Assert::fail("$field was not found in response");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue