Update the ip to test against in unit.utils.network_test.NetworkTestCase.test_host_to_ip (#36975)

This commit is contained in:
Nicole Thomas 2016-10-13 10:25:58 -06:00 committed by GitHub
parent 41a96aefae
commit a8eee6e90b

View File

@ -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())