Skip to content
Snippets Groups Projects
Commit 3534f0bc authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix broken specs

parent fb9578a3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -87,7 +87,7 @@ class Network
query: api_opts
}
 
query = "projects/#{project_id}/services/gitlab-ci.json?#{options.to_query}"
query = "projects/#{project_id}/services/gitlab-ci.json"
 
endpoint = File.join(url, API_PREFIX, query)
response = self.class.delete(endpoint, default_opts.merge(opts))
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment