Tests for Bob's invovlement in Policy.

pull/120/head
jMyles 2017-11-16 16:23:50 -08:00
parent 9782649a5b
commit 763bece3da
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def test_alice_cannot_offer_policy_without_first_finding_ursula():
Alice can't just offer a Policy if she doesn't know whether any Ursulas are available (she gets Ursula.NotFound).
"""
networky_stuff = MockNetworkyStuff(URSULAS)
policy = Policy(Alice())
policy = Policy(ALICE, BOB)
with pytest.raises(Ursula.NotFound):
policy_offer = policy.encrypt_payload_for_ursula()