Skip to content

Commit a88a763

Browse files
committed
fixed unit test for default eventbus
1 parent af29e00 commit a88a763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/tests/eventbus_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ tests:
3030
- notExists:
3131
path: spec.nats
3232

33-
- it: Should create an EventBus with the correct default name (nats)
33+
- it: Should create an EventBus with the correct default name (jetstream)
3434
template: eventbus/codefresh-eventbus.yaml
3535
values:
3636
- ./values/mandatory-values.yaml
3737
set:
38-
global.runtime.eventBus.type: nats
38+
global.runtime.eventBus.type: jetstream
3939
asserts:
4040
- equal:
4141
path: metadata.name

0 commit comments

Comments
 (0)