Skip to content

Commit

Permalink
trailing slash
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Mar 5, 2024
1 parent dd7490c commit 02c5ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/api/rbac_actions/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def _reset(self):
).json()

namespace_id = container['namespace']['id']
pulp_namespace_path = f"pulp/api/v3/pulp_container/namespaces/{namespace_id}/"
pulp_namespace_path = f"pulp/api/v3/pulp_container/namespaces/{namespace_id}"

# get roles first
roles = session.get(
Expand Down

0 comments on commit 02c5ea1

Please sign in to comment.