From 712ff3fa88cc21da5bdfc9bf4412e831504d14cb Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 14 Aug 2018 21:13:19 +0200 Subject: [PATCH] Fix typo --- tests/test_network_connections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_network_connections.py b/tests/test_network_connections.py index c4bc384..b420ced 100755 --- a/tests/test_network_connections.py +++ b/tests/test_network_connections.py @@ -1833,7 +1833,7 @@ class TestValidator(unittest.TestCase): self.assertTrue(connections[0]["interface_name"] is None) def test_interface_name_ethernet_None(self): - """ Check that inerface_name cannot be None """ + """ Check that interface_name cannot be None """ network_connections = [ {"name": "internal_network", "type": "ethernet", "interface_name": None} ]