Skip to content

Commit 6269b37

Browse files
committed
Scopes have to be space-separated
1 parent 9acb5ec commit 6269b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_401_scitokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_01_request_condor_write_scitoken(self):
4848

4949
hostname = core.get_hostname()
5050
try:
51-
token = request_demo_scitoken('condor:/READ,condor:/WRITE', audience=f'{hostname}:9619')
51+
token = request_demo_scitoken('condor:/READ condor:/WRITE', audience=f'{hostname}:9619')
5252
except error.URLError as exc:
5353
self.fail(f"Failed to request token from demo.scitokens.org:\n{exc}")
5454

0 commit comments

Comments
 (0)