Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make things clear in docstring #14060

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading