Skip to content

Commit

Permalink
Update github IP for ssh state integration tests (#34592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Anderson authored and Nicole Thomas committed Jul 12, 2016
1 parent 2e10072 commit 57df38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/states/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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)
Expand Down

0 comments on commit 57df38e

Please sign in to comment.