mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51714 from dwoz/gemstestagain_2018.3
[2018.3] Fix ruby gems tests, again
This commit is contained in:
commit
31c6785be6
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class GemModuleTest(ModuleCase):
|
|||
gem.sources_add
|
||||
gem.sources_remove
|
||||
'''
|
||||
source = 'http://gemcutter.org/'
|
||||
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