Commit 9ccde9cc authored by Tomasz Maczukin's avatar Tomasz Maczukin

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

parent a1cd3390
...@@ -194,7 +194,7 @@ describe API::Runners do ...@@ -194,7 +194,7 @@ describe API::Runners do
run_untagged: 'false', run_untagged: 'false',
locked: 'true', locked: 'true',
access_level: 'ref_protected', access_level: 'ref_protected',
maximum_timeout: 1234 ) maximum_timeout: 1234)
shared_runner.reload shared_runner.reload
expect(response).to have_gitlab_http_status(200) expect(response).to have_gitlab_http_status(200)
......
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