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 9acb5ec commit 6269b37Copy full SHA for 6269b37
osgtest/tests/test_401_scitokens.py
@@ -48,7 +48,7 @@ def test_01_request_condor_write_scitoken(self):
48
49
hostname = core.get_hostname()
50
try:
51
- token = request_demo_scitoken('condor:/READ,condor:/WRITE', audience=f'{hostname}:9619')
+ token = request_demo_scitoken('condor:/READ condor:/WRITE', audience=f'{hostname}:9619')
52
except error.URLError as exc:
53
self.fail(f"Failed to request token from demo.scitokens.org:\n{exc}")
54
0 commit comments