Skip to content

Commit c278406

Browse files
committed
1 parent 81836e5 commit c278406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/tests/e2e/test_revocation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ async def test_clear_pending_revokes_anoncreds(
4343
await clear_pending_revokes(faber_anoncreds_client, revoke_alice_anoncreds)
4444
assert exc.value.status_code == 501
4545
assert (
46-
exc.value.detail
47-
== "Clearing pending revocations is not supported for the 'anoncreds' wallet type."
46+
"Clearing pending revocations is not supported for the 'anoncreds' wallet type."
47+
in exc.value.detail
4848
)
4949

5050

0 commit comments

Comments
 (0)