mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 12:32:06 +08:00
FuzzyGenerator: return bytes for data (#28932)
generate bytes old-commit-hash: 77339af1c057b1ed5aa7d36316ac6b3166f302d6
This commit is contained in:
@@ -38,7 +38,7 @@ class FuzzyGenerator:
|
||||
elif field == 'text':
|
||||
return st.text(max_size=1000)
|
||||
elif field == 'data':
|
||||
return st.text(max_size=1000)
|
||||
return st.binary(max_size=1000)
|
||||
elif field == 'anyPointer':
|
||||
return st.text()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user