Skip to content

Commit

Permalink
[release-1.9] Install source at requirement phase in conformance tests (
Browse files Browse the repository at this point in the history
#6713)

This is an automated cherry-pick of #6712

Signed-off-by: Pierangelo Di Pilato <[email protected]>
Co-authored-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
knative-prow-robot and pierDipi authored Feb 1, 2023
1 parent c0dcda3 commit f6cce6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rekt/features/broker/control_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ func addControlPlaneEventRouting(fs *feature.FeatureSet, brokerOpts ...manifest.
// All the events generated are currently hardcoded into the com.example.FullEvent
// so once prober supports more configuration, wire it up here.
prober.SenderFullEvents(1)
f.Setup("install source", prober.SenderInstall("source"))
f.Requirement("sender is finished", prober.SenderDone("source"))

f.Requirement("install source", prober.SenderInstall("source"))

// All events have been sent, time to look at the specs and confirm we got them.
expectedEvents := createExpectedEventRoutingMap(tt.config, tt.inEvents)
Expand Down

0 comments on commit f6cce6b

Please sign in to comment.