Browse Source

Fix check in integration tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v26.0.0beta1
Côme Chilliet 1 year ago
parent
commit
7b93a143c8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/integration/features/bootstrap/Sharing.php

+ 1
- 1
build/integration/features/bootstrap/Sharing.php View File

@@ -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…
Cancel
Save