Seems like we want to revoke the same policy that's made in this test here.

pull/2687/head
jMyles 2021-05-21 16:51:06 -04:00 committed by Kieran R. Prasch
parent 993a4265c7
commit b1ff1077cd
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}