Skip to content

Commit

Permalink
Make docstring more understandable. Lower importance.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Feb 13, 2024
1 parent 0be99dd commit d36b844
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 d36b844

Please sign in to comment.