Skip to content

Commit 95f7774

Browse files
committed
Update test_issue31.py
1 parent 5eeef64 commit 95f7774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_issue31.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def payload():
3939
# calculate md5 of the result
4040
hash_out = hashlib.md5(res.bytes()).hexdigest()
4141
print("output length: ", len(res))
42-
if hash_out != "423570bd700ba230ccd2b720b7976626":
42+
if hash_out != "626be2713f7a26b266d7160f7172ab43":
4343
print(res.bytes().decode("utf-8"))
4444
raise Exception(f"md5 not match {hash_out}")
4545
used_time = time.time() - now

0 commit comments

Comments
 (0)