Skip to content

Commit

Permalink
[wip] Fix the minitest suite
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Oct 10, 2024
1 parent b1bb5f2 commit 853471a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/test/functional/channel_maintenance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ def test_large_channel_test
get '/source/' + incident_project + '/pack2.BaseDistro2.0_LinkedUpdateProject/_meta'
assert_response :success
assert_xml_tag tag: 'releasename', content: 'pack2'
put '/source/' + incident_project + '/pack2.linked.BaseDistro2.0_LinkedUpdateProject/_multibuild', params: '<multibuild><flavor>A</flavor></multibuild>'
assert_response :success
get '/source/' + incident_project + '/pack2.linked.BaseDistro2.0_LinkedUpdateProject/_multibuild'
assert_response :success
get '/source/' + incident_project + '/pack2.linked.BaseDistro2.0_LinkedUpdateProject/_meta'
assert_response :success
assert_xml_tag tag: 'releasename', content: 'pack2.linked'
Expand Down

0 comments on commit 853471a

Please sign in to comment.