🧚 A practical web framework for Gleam

Correct test

Changed files
+1 -1
examples
03-working-with-json
+1 -1
examples/03-working-with-json/test/app_test.gleam
··· 22 22 |> should.equal(415) 23 23 24 24 response.headers 25 - |> should.equal([#("accept", "application/json; charset=utf-8")]) 25 + |> should.equal([#("accept", "application/json")]) 26 26 } 27 27 28 28 pub fn submit_missing_parameters_test() {