reproduce crash in expect with Lists of different length

This commit is contained in:
Brian Carroll 2023-01-14 08:50:50 +00:00
parent 46d69e8721
commit 12350410df
No known key found for this signature in database
GPG Key ID: 5C7B2EC4101703C0

View File

@ -140,7 +140,7 @@ expect
httpVersion: "1.1",
headers: [
Header "Host" "bar.example",
Header "Accept-Encoding" "gzip, deflate",
# Header "Accept-Encoding" "gzip, deflate",
],
body: "Hello, world!" |> Str.toUtf8,
}