From bd9d91b511d9dbf67cff5d360f62b257123461ce Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 30 Oct 2024 08:38:45 +0100 Subject: [PATCH] chore: typo fixes - "attemt" -> "attempt" - "cerify" -> "verify" - "informations" -> "information" - "unchaned" -> "unchanged" Signed-off-by: Pino Toscano --- integration-tests/test_display_name_option.py | 6 +++--- integration-tests/test_motd.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests/test_display_name_option.py b/integration-tests/test_display_name_option.py index ed6bc3a7..b47e03ee 100644 --- a/integration-tests/test_display_name_option.py +++ b/integration-tests/test_display_name_option.py @@ -124,11 +124,11 @@ def test_register_twice_with_different_display_name( :expectedresults: 1. Unique hostname is generated 2. The client registers and successfully outputs the unique hostname - 3. Informations are successfully retrieved and stored + 3. Information are successfully retrieved and stored 4. Unique hostname is generated 5. The output indicates that the host is already registered but updates the display_name to the new one - 6. Insights_id stayed unchaned while display_name changed to the latest one + 6. Insights_id stayed unchanged while display_name changed to the latest one """ insights_id = None unique_hostname = generate_unique_hostname() @@ -177,7 +177,7 @@ def test_invalid_display_name(invalid_display_name, insights_client): :steps: 1. Register the insights-client 2. Record the original display_name value - 3. Attemt to update the display_name using an invalid value + 3. Attempt to update the display_name using an invalid value 4. Verify that display_name stayed unchanged :expectedresults: 1. Insights-client is registered diff --git a/integration-tests/test_motd.py b/integration-tests/test_motd.py index 9d45c87b..2437c234 100644 --- a/integration-tests/test_motd.py +++ b/integration-tests/test_motd.py @@ -61,7 +61,7 @@ def test_motd(insights_client): 2. Register the insights-client 3. Verify the MOTD file does not exists after registration 4. Unregister the insights-client - 5. Cerify the MOTD file still does not exist after unregistration + 5. Verify the MOTD file still does not exist after unregistration :expectedresults: 1. The MOTD file is present 2. The client registers successfully