()
| 55 | |
| 56 | |
| 57 | def test_required_noneable_body_embed_value(): |
| 58 | response = client.post("/body-embed", json={"b": "foo"}) |
| 59 | assert response.status_code == 200 |
| 60 | assert response.json() == "foo" |
nothing calls this directly
no test coverage detected
searching dependent graphs…