This commit is contained in:
Till Maas 2018-08-14 21:13:19 +02:00
parent 53ee0e37ed
commit 712ff3fa88

View file

@ -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}
]