Commit 47c11248 authored by Dylan Griffith's avatar Dylan Griffith

Fix test description in spec/requests/api/runner_spec.rb

parent 41b65d35
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment