Skip to content

Commit

Permalink
fixup! Undo code for dealing with 50+ character issuers; keep test code
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Nov 8, 2023
1 parent 87cedb3 commit 263111c
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 @@ -121,7 +121,7 @@ def test_scitokens_issuer_sections(self, client: flask.Flask):
"Issuer 2 missing"
assert "base_path" in cp["Issuer https://test.wisc.edu/issuer2"], \
"Issuer 2 base_path missing"
assert "base_path" in cp["Issuer https://test.wisc.edu/issuer2"]["base_path"] == "/testvo/issuer2test", \
assert cp["Issuer https://test.wisc.edu/issuer2"]["base_path"] == "/testvo/issuer2test", \
"Issuer 2 has wrong base path"
except AssertionError:
print(f"Generated origin scitokens.conf text:\n{origin_scitokens_conf}\n", file=sys.stderr)
Expand Down

0 comments on commit 263111c

Please sign in to comment.