(data=b"image-bytes")
| 34 | |
| 35 | |
| 36 | def encoded_payload(data=b"image-bytes"): |
| 37 | return {"data": [{"b64_json": base64.b64encode(data).decode("ascii")}]} |
| 38 | |
| 39 | |
| 40 | def test_real_models_do_not_send_response_format_by_default(): |
no outgoing calls
no test coverage detected