mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Fix spec
This commit is contained in:
@@ -118,7 +118,7 @@ describe API::API, api: true do
|
||||
branch_name: 'new design',
|
||||
ref: branch_sha
|
||||
expect(response.status).to eq(400)
|
||||
expect(json_response['message']).to eq('Branch name invalid')
|
||||
expect(json_response['message']).to eq('Branch name is invalid')
|
||||
end
|
||||
|
||||
it 'should return 400 if branch already exists' do
|
||||
|
||||
Reference in New Issue
Block a user