Skip to content

Commit d7a26e3

Browse files
authored
Enable gateway tests w/ dab_jwt (#2150)
* Update proxy and enable gw tests. * Handle invalid csrftokens. * Add the ee_admin user to the proxy. * More users. * Handle downstream csrftokens. * Append trailing slash on test url. No-Issue Signed-off-by: James Tanner <tanner.jc@gmail.com>
1 parent bbc3be7 commit d7a26e3

File tree

3 files changed

+494
-109
lines changed

3 files changed

+494
-109
lines changed

galaxy_ng/tests/integration/dab/test_url_resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_dab_collection_download_url_hostnames(settings, galaxy_client, publishe
1313
"""
1414
gc = galaxy_client("admin")
1515
cv_url = 'v3/plugin/ansible/content/published/collections/index/'
16-
cv_url += f'{published.namespace}/{published.name}/versions/{published.version}'
16+
cv_url += f'{published.namespace}/{published.name}/versions/{published.version}/'
1717
cv_info = gc.get(cv_url)
1818
download_url = cv_info['download_url']
1919
assert download_url.startswith(gc.galaxy_root)

0 commit comments

Comments
 (0)