Skip to content
Snippets Groups Projects
Commit ee744a15 authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Neda Moeini
Browse files

fix typos

parent b21ad589
No related branches found
No related tags found
1 merge request!115Feature/update docs
Pipeline #84572 passed
......@@ -128,7 +128,7 @@ def test_get_available_lags(mock_api, mock_from_subscription, data_config_filena
@patch("gso.services.netbox_client.pynetbox.api")
def test_create_interface(mock_api, device, interface, data_config_filename: PathLike):
# Moch netbox calls
# Mock netbox calls
mock_api.return_value.dcim.devices.get.return_value = device
mock_api.return_value.dcim.interfaces.create.return_value = interface
......
......@@ -47,8 +47,8 @@ def test_site_name_is_incorrect(responses, faker):
The site name is a string with 3 upper case letter and one digit.
Like: AMS, LON, LON1...LON 9.
This test checks a invalid string for site name.
The validation should throw an exception in case of a invalid string.
This test checks an invalid string for site name.
The validation should throw an exception in case of an invalid string.
"""
invalid_site_name = "AMST10"
expected_exception_msg = rf".*Enter a valid site name.+Received: {invalid_site_name}.*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment