Skip to content

Commit

Permalink
fixup! Schema change for issuer info in namespaces JSON:
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Nov 21, 2023
1 parent b5510cc commit b2c462e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_stashcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def validate_scitokens_block(sci):
assert sci["issuer"]
assert isinstance(sci["issuer"], str)
assert "://" in sci["issuer"]
assert isinstance(sci["basepath"], list)
assert isinstance(sci["base_path"], list)
assert sci["base_path"] # must have at least 1
for bp in sci["base_path"]:
assert bp.startswith("/") # implies str
Expand Down

0 comments on commit b2c462e

Please sign in to comment.