From 3871205bda8836581c3133fdf73e6ae5ac38a53c Mon Sep 17 00:00:00 2001 From: Lukas Hellebrandt Date: Tue, 13 Feb 2024 14:49:30 +0100 Subject: [PATCH] Make things clear in docstring --- tests/foreman/cli/test_auth.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/foreman/cli/test_auth.py b/tests/foreman/cli/test_auth.py index 59aafee0be5..eb4ce3485f5 100644 --- a/tests/foreman/cli/test_auth.py +++ b/tests/foreman/cli/test_auth.py @@ -197,9 +197,10 @@ def test_positive_session_survives_unauthenticated_call(admin_user, target_sat): :steps: 1. Set use_sessions - 2. Authenticate, assert credentials are not demanded - on next command run - 3. Run `hammer ping` + 2. Authenticate + 3. Run an authenticated call, assert credentials are not demanded + 4. Run `hammer ping`, an unauthenticated call + 5. Run an authenticated call, assert credentials are not demanded :CaseImportance: Medium