Skip to content

Commit

Permalink
Fixed Rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanoor committed Jan 17, 2017
1 parent c102f9d commit d2a118e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def create_restart_model(script1, script2, script3)
q = MiqQueue.where(:state => 'ready').first
expect(q[:server_guid]).to eql(MiqServer.my_guid)
end

it "retry without server affinity set" do
setup_model(retry_script)
send_ae_request_via_queue(@automate_args)
Expand Down

0 comments on commit d2a118e

Please sign in to comment.