Skip to content

Commit 3a19a46

Browse files
committed
Fix ingress Json payload schema bound in tests
1 parent 0e59596 commit 3a19a46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ingress.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ mod ingress_client_tests {
2525
async fn ping() -> HandlerResult<()>;
2626
}
2727

28+
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
2829
#[derive(Debug, PartialEq, Serialize, Deserialize)]
2930
struct TestUser {
3031
name: String,

0 commit comments

Comments
 (0)