Skip to content

Commit

Permalink
Use more descriptive test name
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Dec 4, 2024
1 parent 7fff81f commit 9326b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_flatpak.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_CRUD_and_sync_flatpak_remote_with_permissions(
assert 'Error: flatpak_remote not found' in str(e)


def test_scan(target_sat, function_org, function_product):
def test_scan_flatpak_remote(target_sat, function_org, function_product):
"""Verify flatpak remote scan detects all repos available in the remote index.
:id: 3dff23f3-f415-4fb2-a41c-7cdcae617bb0
Expand Down

0 comments on commit 9326b19

Please sign in to comment.