mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
added some deletion logic
This commit is contained in:
parent
7c63a6baa6
commit
186aff5dea
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ class FeatureContext extends BehatContext {
|
|||
* @When /^creating the group "([^"]*)r"$/
|
||||
*/
|
||||
public function creatingTheGroup($group) {
|
||||
$fullUrl = $this->baseUrl . "v2.php/cloud/users/$user";
|
||||
$fullUrl = $this->baseUrl . "v{$this->apiVersion}.php/cloud/groups/addgroup" ;
|
||||
$client = new Client();
|
||||
$options = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue