Skip to content

Commit 1bfbbbb

Browse files
committed
Issuer should not have a trailing slash
This causes opaque mapping failures
1 parent 934555b commit 1bfbbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_190_condorce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_02_scitoken_mapping(self):
4242
'HTCondor version does not support SciToken submission')
4343

4444
condorce_version = core.PackageVersion('htcondor-ce')
45-
scitoken_mapping = f'SCITOKENS "https://demo.scitokens.org/" {core.options.username}\n'
45+
scitoken_mapping = f'SCITOKENS "https://demo.scitokens.org" {core.options.username}\n'
4646

4747
# Write the mapfile to the admin mapfile directory
4848
# https://github.com/htcondor/htcondor-ce/pull/425

0 commit comments

Comments
 (0)