Skip to content

Commit b44cfcd

Browse files
committed
test(pi): initialize stream provenance fields
1 parent 82a68bc commit b44cfcd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/pi_channel.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ mod tests {
250250
tags: Vec::new(),
251251
priority: None,
252252
idempotency_key: None,
253+
stream: None,
254+
event_id: None,
255+
event_key: None,
253256
body: "Please verify the staging deploy.".into(),
254257
},
255258
"h.worker",

0 commit comments

Comments
 (0)