mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Update the ip to test against in unit.utils.network_test.NetworkTestCase.test_host_to_ip (#36975)
This commit is contained in:
parent
41a96aefae
commit
a8eee6e90b
@ -102,7 +102,7 @@ class NetworkTestCase(TestCase):
|
||||
|
||||
def test_host_to_ip(self):
|
||||
ret = network.host_to_ip('www.saltstack.com')
|
||||
self.assertEqual(ret, '198.58.116.50')
|
||||
self.assertEqual(ret, '104.199.122.13')
|
||||
|
||||
def test_generate_minion_id(self):
|
||||
self.assertTrue(network.generate_minion_id())
|
||||
|
Loading…
Reference in New Issue
Block a user