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

oscap helper function fix #13841

Merged
merged 1 commit into from
Jan 22, 2024
Merged

oscap helper function fix #13841

merged 1 commit into from
Jan 22, 2024

Conversation

pondrejk
Copy link
Contributor

@pondrejk pondrejk commented Jan 19, 2024

Problem Statement

#11544 altered fetch_scap_and_profile_id to use satellite, but the function defines it as the last parameter, while callers use it as the first one, hence AttributeError: 'str' object has no attribute 'cli'

Solution

changing the order of parameters

@pondrejk pondrejk added TestFailure Issues and PRs related to a test failing in automation CherryPick PR needs CherryPick to previous branches 6.12.z Introduced in or relating directly to Satellite 6.12 6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 6.15.z Introduced in or relating directly to Satellite 6.15 labels Jan 19, 2024
@pondrejk pondrejk self-assigned this Jan 19, 2024
@pondrejk pondrejk requested a review from a team as a code owner January 19, 2024 15:39
@pondrejk pondrejk merged commit edf63ff into SatelliteQE:master Jan 22, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.12.z Introduced in or relating directly to Satellite 6.12 6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 6.15.z Introduced in or relating directly to Satellite 6.15 CherryPick PR needs CherryPick to previous branches TestFailure Issues and PRs related to a test failing in automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants