Skip to content

Commit

Permalink
[6.15.z] Make things clear in docstring (#14072)
Browse files Browse the repository at this point in the history
Make things clear in docstring (#14060)

(cherry picked from commit f819684)

Co-authored-by: Lukáš Hellebrandt <[email protected]>
  • Loading branch information
Satellite-QE and lhellebr authored Feb 14, 2024
1 parent f9b7404 commit a10325f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/foreman/cli/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a10325f

Please sign in to comment.