Revision 1a2d49fd
Added by Justin Sherrill almost 6 years ago
test/extensions/consumer_test.rb | ||
---|---|---|
111 | 111 |
|
112 | 112 |
assert_equal 200, response.code |
113 | 113 |
end |
114 |
|
|
115 |
def test_applicable_rpms |
|
116 |
response = @extension.applicable_rpms([@consumer_id]) |
|
117 |
|
|
118 |
assert_equal 200, response.code |
|
119 |
end |
|
114 | 120 |
end |
115 | 121 |
|
116 | 122 |
class TestConsumerApplicabilityScenario < MiniTest::Unit::TestCase |
Also available in: Unified diff
Fixes #16466 - Add support for applicable rpms