mirror of https://github.com/nucypher/nucypher.git
Seems like we want to revoke the same policy that's made in this test here.
parent
993a4265c7
commit
b1ff1077cd
|
@ -130,7 +130,7 @@ def test_alice_character_control_revoke(alice_web_controller_test_client, blockc
|
|||
assert response.status_code == 200
|
||||
|
||||
revoke_request_data = {
|
||||
'label': 'test',
|
||||
'label': 'test-revoke',
|
||||
'bob_verifying_key': bytes(blockchain_bob.stamp).hex()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue