[tests-only][full-ci]changing given from ocs to graph in feature file (#9142)
* changing given from ocs to graph in feature file * addressing reviews
This commit is contained in:
@@ -1690,9 +1690,9 @@ trait Sharing {
|
||||
$shareId = (string) $this->getLastCreatedPublicShare()->id;
|
||||
} else {
|
||||
if ($sharer === null) {
|
||||
$shareId = $this->getLastCreatedUserGroupShareId();
|
||||
$shareId = ($this->isUsingSharingNG()) ? $this->shareNgGetLastCreatedUserGroupShareID() : $this->getLastCreatedUserGroupShareId();
|
||||
} else {
|
||||
$shareId = $this->getLastCreatedUserGroupShareId($sharer);
|
||||
$shareId = ($this->isUsingSharingNG()) ? $this->shareNgGetLastCreatedUserGroupShareID() : $this->getLastCreatedUserGroupShareId($sharer);
|
||||
}
|
||||
}
|
||||
$url = $this->getSharesEndpointPath("/$shareId");
|
||||
|
||||
Reference in New Issue
Block a user