Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: typo fixes #304

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading