From 186aff5deaf2b4f88945d6e5ca12ffb48190a3a7 Mon Sep 17 00:00:00 2001 From: Sergio Bertolin Date: Tue, 29 Sep 2015 15:10:10 +0000 Subject: [PATCH] added some deletion logic --- build/integration/features/bootstrap/FeatureContext.php | 1 - 1 file changed, 1 deletion(-) diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index feaa6cdd0f..bd96304824 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 = [];