mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use renamed zypper products data file
This commit is contained in:
parent
c6135975b0
commit
53338402a5
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class ZypperTestCase(TestCase):
|
|||
'''
|
||||
List products test.
|
||||
'''
|
||||
ref_out = get_test_data('zypper_products.xml')
|
||||
ref_out = get_test_data('zypper-products.xml')
|
||||
with patch.dict(zypper.__salt__, {'cmd.run': MagicMock(return_value=ref_out)}):
|
||||
products = zypper.list_products()
|
||||
assert(len(products) == 5)
|
||||
|
|
Loading…
Add table
Reference in a new issue