Update integration.modules.test_network.NetworkTest.test_network_ping test address

This commit is contained in:
Pedro Algarvio 2019-04-17 19:07:57 +01:00 committed by Ch3LL
parent e03aed58e8
commit 27c79d2a21
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

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):