Fix style problem in spec/requests/api/runners_spec.rb
This commit is contained in:
parent
a1cd3390e5
commit
9ccde9cc1f
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ describe API::Runners do
|
|||
run_untagged: 'false',
|
||||
locked: 'true',
|
||||
access_level: 'ref_protected',
|
||||
maximum_timeout: 1234 )
|
||||
maximum_timeout: 1234)
|
||||
shared_runner.reload
|
||||
|
||||
expect(response).to have_gitlab_http_status(200)
|
||||
|
|
Loading…
Reference in a new issue