tangled
alpha
login
or
join now
keii.dev
/
wisp
3
fork
atom
🧚 A practical web framework for Gleam
3
fork
atom
overview
issues
pulls
pipelines
Correct test
Louis Pilfold
2 years ago
6947ce7f
fa4fed20
+1
-1
1 changed file
expand all
collapse all
unified
split
examples
03-working-with-json
test
app_test.gleam
+1
-1
examples/03-working-with-json/test/app_test.gleam
···
22
22
|> should.equal(415)
23
23
24
24
response.headers
25
25
-
|> should.equal([#("accept", "application/json; charset=utf-8")])
25
25
+
|> should.equal([#("accept", "application/json")])
26
26
}
27
27
28
28
pub fn submit_missing_parameters_test() {