Merge pull request #52614 from Ch3LL/cp-test_network-2019.2.1

[2019.2.1] Update integration.modules.test_network.NetworkTest.test_network_ping…
This commit is contained in:
Daniel Wozniak 2019-04-18 14:54:28 -07:00 committed by GitHub
commit 77943e5f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ from tests.support.unit import skipIf
import salt.utils.path
import salt.utils.platform
URL = 'repo.saltstack.com'
URL = 'google-public-dns-a.google.com'
class NetworkTest(ModuleCase):