1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

change alpine ping6 to ping

This commit is contained in:
Kelly Brazil
2021-11-04 10:13:44 -07:00
committed by GitHub
parent 9b53ba5714
commit 7fa5391b66

View File

@ -798,7 +798,7 @@ class MyTests(unittest.TestCase):
def test_ping_hostname_alpine_linux(self):
"""
Test 'ping6 <hostname>' on alpine linux
Test 'ping <hostname>' on alpine linux
"""
self.assertEqual(jc.parsers.ping.parse(self.alpine_linux_3_13_ping_hostname, quiet=True), self.alpine_linux_3_13_ping_hostname_json)