I wrote this to explore parsing chunked streams, I think it's valuable to keep! It's a much stronger set of assertions, and it tests that the response is actually a valid JSON structure instead of asserting that the word "keys" is in it.
The other whitespace / stylistic changes are from running make lint locally.
Summary & Motivation (Problem vs. Solution)
I wrote this to explore parsing chunked streams, I think it's valuable to keep! It's a much stronger set of assertions, and it tests that the response is actually a valid JSON structure instead of asserting that the word "keys" is in it.
The other whitespace / stylistic changes are from running
make lint
locally.How I Tested These Changes
Unit test