diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-08-04 20:17:32 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-08-04 20:17:32 +0200 |
commit | 3534f0bc76191c98abab2c8bf969e845b6990864 (patch) | |
tree | 468114d0ef9b88e170f7106ec1b5bebe172658c5 /app/models/network.rb | |
parent | fb9578a3014409b919091906850fae86bf7fafb7 (diff) | |
download | gitlab-ci-access-token-api.tar.gz |
Fix broken specsaccess-token-api
Diffstat (limited to 'app/models/network.rb')
-rw-r--r-- | app/models/network.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/network.rb b/app/models/network.rb index 85c3143..212c2b9 100644 --- a/app/models/network.rb +++ b/app/models/network.rb @@ -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)) |