diff options
author | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-28 17:15:11 +0200 |
---|---|---|
committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-31 10:56:41 +0200 |
commit | 47c11248636ede9b50bc3b6b4ac5de850ed3e0a9 (patch) | |
tree | 0b248b7b8f5d3aae002de4f593bf88622a51b08c /spec/requests/api | |
parent | 41b65d3514d6841ee29899ffda212f0c2d393a21 (diff) | |
download | gitlab-ce-47c11248636ede9b50bc3b6b4ac5de850ed3e0a9.tar.gz |
Fix test description in spec/requests/api/runner_spec.rb
Diffstat (limited to 'spec/requests/api')
-rw-r--r-- | spec/requests/api/runner_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/runner_spec.rb b/spec/requests/api/runner_spec.rb index c63d894e3dd..319ac389083 100644 --- a/spec/requests/api/runner_spec.rb +++ b/spec/requests/api/runner_spec.rb @@ -111,7 +111,7 @@ describe API::Runner, :clean_gitlab_redis_shared_state do end context 'when tags are not provided' do - it 'returns 404 error' do + it 'returns 400 error' do post api('/runners'), token: registration_token, run_untagged: false |