Update github IP for ssh state integration tests (#34592)

This commit is contained in:
Justin Anderson 2016-07-12 13:17:41 -06:00 committed by Nicole Thomas
parent 2e1007254b
commit 57df38e685

View file

@ -24,7 +24,7 @@ import salt.utils
KNOWN_HOSTS = os.path.join(integration.TMP, 'known_hosts')
GITHUB_FINGERPRINT = '16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48'
GITHUB_IP = '192.30.252.129'
GITHUB_IP = '192.30.253.113'
@skip_if_binaries_missing(['ssh', 'ssh-keygen'], check_all=True)