diff --git a/test/rekt/features/integrationsink/features.go b/test/rekt/features/integrationsink/features.go index 01c1750aed5..6eecdb5bd28 100644 --- a/test/rekt/features/integrationsink/features.go +++ b/test/rekt/features/integrationsink/features.go @@ -66,7 +66,7 @@ func Success() *feature.Feature { // f.Assert("Source sent the event", assert.OnStore(source). Match(assert.MatchKind(eventshub.EventResponse)). - Match(assert.MatchStatusCode(202)). + Match(assert.MatchStatusCode(204)). AtLeast(1), )