summaryrefslogtreecommitdiff
path: root/qa/qa/resource/sandbox.rb
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-06-12 16:48:23 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-06-12 16:48:23 +0500
commit886b86e795941874daf381c21f7fab18ccfa66b7 (patch)
tree56c3cedc6c5f55e46ed37c23e484b3939ab8ccfa /qa/qa/resource/sandbox.rb
parent4c26b2f204aba7b07868c5d002d89c9a50e60851 (diff)
downloadgitlab-ce-886b86e795941874daf381c21f7fab18ccfa66b7.tar.gz
Port changes from EE branch qa-saml-group-git-http-access-testqa-saml-group-git-http-access-test-ce
Diffstat (limited to 'qa/qa/resource/sandbox.rb')
-rw-r--r--qa/qa/resource/sandbox.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/resource/sandbox.rb b/qa/qa/resource/sandbox.rb
index 942eea5cc40..e2b1c4c0831 100644
--- a/qa/qa/resource/sandbox.rb
+++ b/qa/qa/resource/sandbox.rb
@@ -44,6 +44,10 @@ module QA
"/groups/#{path}"
end
+ def api_members_path
+ "#{api_get_path}/members"
+ end
+
def api_post_path
'/groups'
end