Skip to content

Commit

Permalink
add missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-stian authored May 29, 2024
1 parent c2d3502 commit 4edab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/api/test_v3_plugin_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_api_v3_plugin_execution_environments_repositories(ansible_config, galax
assert ns_name in [x['name'] for x in namespace_resp['results']]

namespace_id = repository_resp['namespace']['id']
ns_detail_resp = gc.get(f'pulp/api/v3/pulp_container/namespaces/{namespace_id}')
ns_detail_resp = gc.get(f'pulp/api/v3/pulp_container/namespaces/{namespace_id}/')
validate_json(instance=ns_detail_resp, schema=schema_pulp_container_namespace_detail)

# assert new namespace was created
Expand Down

0 comments on commit 4edab6b

Please sign in to comment.