Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
jerabekjiri committed Aug 21, 2024
1 parent f45ec3e commit dfc131f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galaxy_ng/tests/integration/api/test_rbac_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ def _get_reusable_extras(gc):

return REUSABLE_EXTRA


@pytest.mark.rbac_roles
@pytest.mark.rbac_parallel_group_1
@pytest.mark.parametrize("role", ROLES_TO_TEST)
Expand All @@ -673,6 +674,7 @@ def test_global_role_actions(role, subtests, galaxy_client):
requests.delete(f"{API_ROOT}_ui/v1/users/{user['id']}/", auth=ADMIN_CREDENTIALS)
requests.delete(f"{API_ROOT}_ui/v1/groups/{group_id}/", auth=ADMIN_CREDENTIALS)


@pytest.mark.rbac_roles
@pytest.mark.rbac_parallel_group_2
@pytest.mark.parametrize("role", OBJECT_ROLES_TO_TEST)
Expand Down

0 comments on commit dfc131f

Please sign in to comment.