We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c8748 commit d62d74fCopy full SHA for d62d74f
tests/test_12_context.py
@@ -49,7 +49,6 @@ def test_context_with_entity_id_no_keys(self):
49
mem = c.dump()
50
c2 = OidcContext().load(mem)
51
assert c2.keyjar.owners() == []
52
- assert c2.issuer == "https://example.com"
53
54
def test_context_with_entity_id_and_keys(self):
55
conf = copy.deepcopy(self.conf)
0 commit comments