mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Fix typo
This commit is contained in:
parent
53ee0e37ed
commit
712ff3fa88
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue