Skip to content

Commit

Permalink
[ci] fix rubocop error
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 11, 2016
1 parent ab853ab commit 0e6f0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/test/functional/kgraft_maintenance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_kgraft_update_setup
assert_response :success
get "/source/"+incidentProject+"/kgraft-incident-0.My_Maintenance_0/_meta"
assert_response :success
assert_xml_tag :tag => "releasename", :content => "kgraft-incident-0"
assert_xml_tag tag: "releasename", content: "kgraft-incident-0"

# validate repos
get "/source/"+incidentProject+"/_meta"
Expand Down

0 comments on commit 0e6f0b7

Please sign in to comment.