From 1668ab4513b914185e90ff4a74ca527c89190412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hellebrandt?= Date: Tue, 13 Feb 2024 17:31:43 +0100 Subject: [PATCH] Rename test to reflect it tests proxy id (#14063) (cherry picked from commit ecf78dc58769430d19b3e331e6595d85cfe3e85d) --- tests/foreman/cli/test_realm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/cli/test_realm.py b/tests/foreman/cli/test_realm.py index c05dc1291f8..e6480abd3a7 100644 --- a/tests/foreman/cli/test_realm.py +++ b/tests/foreman/cli/test_realm.py @@ -32,7 +32,7 @@ def test_negative_create_name_only(module_target_sat): @pytest.mark.tier1 -def test_negative_create_invalid_id(module_target_sat): +def test_negative_create_invalid_proxy_id(module_target_sat): """Create a realm with an invalid proxy ID :id: 916bd1fb-4649-469c-b511-b0b07301a990