From a10325f98d248edc71f0ca9ebc4dcb22e302079e Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 14 Feb 2024 06:59:14 -0500 Subject: [PATCH] [6.15.z] Make things clear in docstring (#14072) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make things clear in docstring (#14060) (cherry picked from commit f8196841ee20698f87796504081bd589edbac7ae) Co-authored-by: Lukáš Hellebrandt --- 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