We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934555b commit 1bfbbbbCopy full SHA for 1bfbbbb
osgtest/tests/test_190_condorce.py
@@ -42,7 +42,7 @@ def test_02_scitoken_mapping(self):
42
'HTCondor version does not support SciToken submission')
43
44
condorce_version = core.PackageVersion('htcondor-ce')
45
- scitoken_mapping = f'SCITOKENS "https://demo.scitokens.org/" {core.options.username}\n'
+ scitoken_mapping = f'SCITOKENS "https://demo.scitokens.org" {core.options.username}\n'
46
47
# Write the mapfile to the admin mapfile directory
48
# https://github.com/htcondor/htcondor-ce/pull/425
0 commit comments