Skip to content

Commit

Permalink
Update test_issue31.py
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Mar 20, 2024
1 parent 5eeef64 commit 95f7774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_issue31.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def payload():
# calculate md5 of the result
hash_out = hashlib.md5(res.bytes()).hexdigest()
print("output length: ", len(res))
if hash_out != "423570bd700ba230ccd2b720b7976626":
if hash_out != "626be2713f7a26b266d7160f7172ab43":
print(res.bytes().decode("utf-8"))
raise Exception(f"md5 not match {hash_out}")
used_time = time.time() - now
Expand Down

0 comments on commit 95f7774

Please sign in to comment.