[GEMINI] Fix base32 payload in decoding test
This commit is contained in:
@@ -46,7 +46,7 @@ def test_try_decode_metadata_base32():
|
||||
Verifies that try_decode_metadata successfully decodes standard base32 string payloads.
|
||||
"""
|
||||
# Base32 encoding of "flag{b32_metadata}"
|
||||
b32_str = "MZXW6YTBMJWGS4TZENWGS4TBNQ======"
|
||||
b32_str = "MZWGCZ33MIZTEX3NMV2GCZDBORQX2==="
|
||||
res = try_decode_metadata(b32_str)
|
||||
assert res.get("base32") == "flag{b32_metadata}"
|
||||
# }}}
|
||||
|
||||
Reference in New Issue
Block a user