Skip to content

Commit 9d384ea

Browse files
committed
oops the status for timeouts is supposed to be none
1 parent f1cd64d commit 9d384ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/tests/integration_tests/webhooks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ async fn test_probe(cptestctx: &ControlPlaneTestContext) {
11961196
&probe1.probe.attempts,
11971197
&[ExpectAttempt {
11981198
result: views::WebhookDeliveryAttemptResult::FailedTimeout,
1199-
status: Some(503),
1199+
status: None,
12001200
}],
12011201
);
12021202
assert_eq!(probe2.probe.alert_class, "probe");

0 commit comments

Comments
 (0)