Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 3, 2024
1 parent f6e559c commit c176be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/test_e2ee.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def test_block_list(cronos):

assert "timed out waiting for event" in str(exc.value)

# empty string can clear all blocklist
cipherfile.write_text("")
# clear blocklist
cipherfile.write_text("{}")
rsp = cli.store_blocklist(cipherfile, _from="validator")
assert rsp["code"] == 0, rsp["raw_log"]

Expand Down

0 comments on commit c176be9

Please sign in to comment.