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

[6.13.z] Call function parameters by key-value #14239

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
4 changes: 2 additions & 2 deletions tests/foreman/api/test_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ def test_positive_taxonomies_control_to_superadmin_with_org_admin(
# Creating resource
dom_name = gen_string('alpha')
dom = target_sat.api.Domain(
sc,
server_config=sc,
name=dom_name,
organization=[role_taxonomies['org']],
location=[role_taxonomies['loc']],
Expand Down Expand Up @@ -1239,7 +1239,7 @@ def test_positive_taxonomies_control_to_superadmin_without_org_admin(
# Creating resource
dom_name = gen_string('alpha')
dom = target_sat.api.Domain(
sc,
server_config=sc,
name=dom_name,
organization=[role_taxonomies['org']],
location=[role_taxonomies['loc']],
Expand Down
Loading