Skip to content

Commit

Permalink
Attempt to fix dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Jan 2, 2025
1 parent 5791e5a commit 1f6bb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/fuzzer/dictionary.restler.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"restler_fuzzable_bool": ["true"],
"restler_fuzzable_object": ["{ \"fuzz\": false }"],
"restler_custom_payload": {
"/graphql/post/Content-Type": "application/json",
"streamId": "815704124b"
"/graphql/post/Content-Type": ["application/json"],
"streamId": ["815704124b"]
},
"restler_custom_payload_unquoted": {},
"restler_custom_payload_uuid4_suffix": {},
Expand Down

0 comments on commit 1f6bb11

Please sign in to comment.