From 7fa5391b6613e62689c624041e03f9750c9c7972 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 4 Nov 2021 10:13:44 -0700 Subject: [PATCH] change alpine ping6 to ping --- tests/test_ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ping.py b/tests/test_ping.py index fe8861c8..71558cae 100644 --- a/tests/test_ping.py +++ b/tests/test_ping.py @@ -798,7 +798,7 @@ class MyTests(unittest.TestCase): def test_ping_hostname_alpine_linux(self): """ - Test 'ping6 ' on alpine linux + Test 'ping ' 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)