Skip to content

Commit

Permalink
Make docstring more understandable. Lower importance. (#14061)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr authored Feb 14, 2024
1 parent f9e5fc6 commit 8de491a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/foreman/cli/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,14 @@ def test_positive_session_survives_failed_login(admin_user, non_admin_user, targ
:steps:
1. Set use_sessions
2. Authenticate, assert credentials are not demanded
on next command run
3. Run login with invalid credentials
2. Authenticate
3. Run an authenticated command, assert credentials are not demanded
4. Run login with invalid credentials
5. Run an authenticated command, assert credentials are not demanded
:expectedresults: The session is unchanged
:CaseImportance: High
"""
result = configure_sessions(target_sat)
assert result == 0, 'Failed to configure hammer sessions'
Expand Down

0 comments on commit 8de491a

Please sign in to comment.