Skip to content

Commit

Permalink
oscap helper function fix
Browse files Browse the repository at this point in the history
(cherry picked from commit edf63ff)
  • Loading branch information
pondrejk authored and web-flow committed Jan 22, 2024
1 parent 6b03d5e commit 185eda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/longrun/test_oscap.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}


def fetch_scap_and_profile_id(scap_name, scap_profile, sat):
def fetch_scap_and_profile_id(sat, scap_name, scap_profile):
"""Extracts the scap ID and scap profile id
:param scap_name: Scap title
Expand Down

0 comments on commit 185eda5

Please sign in to comment.