Skip to content

Commit

Permalink
Make things clear in docstring (#14060)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr authored Feb 14, 2024
1 parent 8de491a commit f819684
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 f819684

Please sign in to comment.