summaryrefslogtreecommitdiffstats
path: root/tests/test_network_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_network_utils.py')
-rw-r--r--tests/test_network_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_network_utils.py b/tests/test_network_utils.py
index f379e0c..7619cb3 100644
--- a/tests/test_network_utils.py
+++ b/tests/test_network_utils.py
@@ -48,7 +48,7 @@ class TestNetworkUtils(TestCaseBase):
network_utils.ethtool.get_ipaddr = self.mockGetIpAddr
network_utils.socket.gethostbyname_ex = self.mockGethostbyname_ex
- #Methods to test validateHostAddress(address)
+ # Methods to test validateHostAddress(address)
def testValidateHostAddressWithEmptyAddress(self):
self.setUpMocks()
validationMsg = network_utils.validateHostAddress(None)