Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Oct 20, 2023
1 parent 6303e75 commit 747c189
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,7 @@ func Test_WatcherNATSResource(t *testing.T) {
utils.WithEventMeshBackend("test-secret-name"),
utils.WithEventingPublisherData(1, 1, "199m", "99Mi", "399m", "199Mi"),
utils.WithStatusState(tc.wantedOriginalEventingState),
utils.WithEventingDomain(utils.Domain),
)
// create necessary EventMesh secrets
testEnvironment.EnsureOAuthSecretCreated(t, eventingResource)
Expand All @@ -885,6 +886,7 @@ func Test_WatcherNATSResource(t *testing.T) {
utils.WithEventingStreamData("Memory", "1M", 1, 1),
utils.WithEventingPublisherData(1, 1, "199m", "99Mi", "399m", "199Mi"),
utils.WithStatusState(tc.wantedOriginalEventingState),
utils.WithEventingDomain(utils.Domain),
)
}
testEnvironment.EnsureK8sResourceCreated(t, eventingResource)
Expand Down

0 comments on commit 747c189

Please sign in to comment.