Skip to content

Commit

Permalink
fix the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo6Leo committed Jul 31, 2023
1 parent 16389f1 commit eb1faa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rekt/features/apiserversource/data_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ func SendsEventsWithBrokerAsSinkTLS() *feature.Feature {
triggerName := feature.MakeRandomK8sName("trigger")
f := feature.NewFeature()

f.Prerequisite("transport encryption is permissive or strict", featureflags.TransportEncryptionStrict())
f.Prerequisite("transport encryption is strict", featureflags.TransportEncryptionStrict())

f.Setup("install broker", broker.Install(brokerName, broker.WithEnvConfig()...))
f.Setup("broker is ready", broker.IsReady(brokerName))
Expand Down

0 comments on commit eb1faa4

Please sign in to comment.