diff --git a/test_tools/peach_fuzzer/peach_fuzzer.py b/test_tools/peach_fuzzer/peach_fuzzer.py index d485603..3301d20 100644 --- a/test_tools/peach_fuzzer/peach_fuzzer.py +++ b/test_tools/peach_fuzzer/peach_fuzzer.py @@ -38,7 +38,7 @@ class PeachFuzzer: escape_chars = '\\\n"\'&|;()`<>$! ' @classmethod - def get_fuzzed_command(cls, command_template: bytes, count: int): + def get_fuzzed_command(cls, command_template: str, count: int): """ Generate command with fuzzed parameter provided on command_template. :param command_template: string with command to be executed.