From 48ec919246df1f33f4246ba7d35ca15826e81c4a Mon Sep 17 00:00:00 2001 From: Sam Bible Date: Mon, 8 Apr 2024 10:58:26 -0500 Subject: [PATCH] change test name --- tests/foreman/cli/test_repositories.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/foreman/cli/test_repositories.py b/tests/foreman/cli/test_repositories.py index f772794d4dc..81cbf7db573 100644 --- a/tests/foreman/cli/test_repositories.py +++ b/tests/foreman/cli/test_repositories.py @@ -127,7 +127,11 @@ def test_positive_disable_rh_repo_with_basearch(module_target_sat, module_entitl assert 'Repository disabled' in disabled_repo[0]['message'] +<<<<<<< HEAD def test_reclaim_space_command_no_exception(module_target_sat, module_sca_manifest_org): +======= +def test_reclaim_space_command_no_exception(module_target_sat, module_entitlement_manifest_org): +>>>>>>> cd4dacbfa (change test name) """Hammer repository reclaim-space should not throw any improper exceptions :id: 74b669d8-ee6b-4fc6-864f-91410d7ea3c2