Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/clusters/agent.rb')
-rw-r--r--qa/qa/resource/clusters/agent.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/resource/clusters/agent.rb b/qa/qa/resource/clusters/agent.rb
index 9574289a2ed..9d3f2a32aaf 100644
--- a/qa/qa/resource/clusters/agent.rb
+++ b/qa/qa/resource/clusters/agent.rb
@@ -33,6 +33,10 @@ module QA
"/projects/#{project.id}/cluster_agents"
end
+ def api_delete_path
+ api_get_path
+ end
+
def api_post_body
{
id: project.id,