mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51715 from dwoz/gemstestagain_2019.2
[2019.2] Fix ruby gems tests, again
This commit is contained in:
commit
7a82c65169
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class GemModuleTest(ModuleCase):
|
|||
gem.sources_add
|
||||
gem.sources_remove
|
||||
'''
|
||||
source = 'http://gems.github.com'
|
||||
source = 'http://production.cf.rubygems.org'
|
||||
|
||||
self.run_function('gem.sources_add', [source])
|
||||
sources_list = self.run_function('gem.sources_list')
|
||||
|
|
Loading…
Add table
Reference in a new issue