Skip to content

Commit d62d74f

Browse files
committed
Fixed test
1 parent 04c8748 commit d62d74f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_12_context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def test_context_with_entity_id_no_keys(self):
4949
mem = c.dump()
5050
c2 = OidcContext().load(mem)
5151
assert c2.keyjar.owners() == []
52-
assert c2.issuer == "https://example.com"
5352

5453
def test_context_with_entity_id_and_keys(self):
5554
conf = copy.deepcopy(self.conf)

0 commit comments

Comments
 (0)