diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2015-09-29 15:10:10 +0000 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2015-10-06 10:30:31 +0200 |
commit | 186aff5deaf2b4f88945d6e5ca12ffb48190a3a7 (patch) | |
tree | 9827dabc730d6ca14a830ad6810a8eaf20613d70 | |
parent | 7c63a6baa623bf17c73a5e5aa38db07d81502109 (diff) | |
download | nextcloud-server-186aff5deaf2b4f88945d6e5ca12ffb48190a3a7.tar.gz nextcloud-server-186aff5deaf2b4f88945d6e5ca12ffb48190a3a7.zip |
added some deletion logic
-rw-r--r-- | build/integration/features/bootstrap/FeatureContext.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index feaa6cdd0f8..bd96304824a 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -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 = []; |