Fix release-only view_image test

This commit is contained in:
Eric Traut
2026-03-05 11:18:38 -07:00
parent 926b2f19e8
commit 50de46e765

View File

@@ -41,6 +41,10 @@ use serde_json::Value;
use tokio::time::Duration;
use wiremock::BodyPrintLimit;
use wiremock::MockServer;
#[cfg(not(debug_assertions))]
use wiremock::ResponseTemplate;
#[cfg(not(debug_assertions))]
use wiremock::matchers::body_string_contains;
fn image_messages(body: &Value) -> Vec<&Value> {
body.get("input")