Skip to content

Commit

Permalink
chore: typo fixes
Browse files Browse the repository at this point in the history
- "attemt" -> "attempt"
- "cerify" -> "verify"
- "informations" -> "information"
- "unchaned" -> "unchanged"

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
  • Loading branch information
ptoscano committed Oct 30, 2024
1 parent 595f880 commit bd9d91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions integration-tests/test_display_name_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/test_motd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd9d91b

Please sign in to comment.