Fix style problem in spec/requests/api/runners_spec.rb

This commit is contained in:
Tomasz Maczukin 2018-03-21 01:23:59 +01:00
parent a1cd3390e5
commit 9ccde9cc1f
No known key found for this signature in database
GPG key ID: 7E9EB2E4B0F625CD

View file

@ -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)