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:
authorStan Hu <stanhu@gmail.com>2018-07-19 09:15:24 +0300
committerStan Hu <stanhu@gmail.com>2018-07-19 09:15:24 +0300
commit9d59616b95889fc7f0f2ba84ba2c9d9de8205c71 (patch)
treea4ab110a1f8cd8c6f4eec514e5fd20be2e54da48 /spec/lib/bitbucket_server
parent930ca2d599802ae0983770311b641080f23f056d (diff)
Fix URL for deleting branches
Diffstat (limited to 'spec/lib/bitbucket_server')
-rw-r--r--spec/lib/bitbucket_server/connection_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/bitbucket_server/connection_spec.rb b/spec/lib/bitbucket_server/connection_spec.rb
index 65c78f14f58..4a421d062a3 100644
--- a/spec/lib/bitbucket_server/connection_spec.rb
+++ b/spec/lib/bitbucket_server/connection_spec.rb
@@ -39,7 +39,7 @@ describe BitbucketServer::Connection do
describe '#delete' do
context 'branch API' do
let(:branch_path) { '/projects/foo/repos/bar/branches' }
- let(:branch_url) { 'https://test:7990/branch-utils/1.0/projects/foo/repos/bar/branches' }
+ let(:branch_url) { 'https://test:7990/rest/branch-utils/1.0/projects/foo/repos/bar/branches' }
let(:path) { }
it 'returns JSON body' do