Skip to content

Commit

Permalink
changes requested by reviewer
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <mdessi@redhat.com>
  • Loading branch information
desmax74 committed Mar 26, 2021
1 parent c71105b commit 4e691d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jboss-kie-kieserver/tests/bats/jboss-kie-kieserver.bats
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ teardown() {
[[ "${JBOSS_KIE_ARGS}" == "${expected}" ]]
}

@test "Verify the Kafka extension without boootstrap servers" {
@test "Verify the Kafka extension without boootstrapservers" {
export KIE_SERVER_KAFKA_EXT_ENABLED="true"
export KIE_SERVER_KAFKA_EXT_CLIENT_ID="app"
export KIE_SERVER_KAFKA_EXT_GROUP_ID="jbpm-consumer"
Expand Down
2 changes: 1 addition & 1 deletion tests/features/common/kie-kieserver-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ Feature: Kie Server common features
And container log should contain -Dorg.kie.server.jbpm-kafka.ext.topics.person=human
And container log should contain -Dorg.kie.server.jbpm-kafka.ext.topics.dog=animal
And container log should contain mapping not configured, msg or topic name is empty. Value set [ant=]

Scenario: Check if the Kafka integration is enabled without bootstrapservers
When container is started with env
| variable | value |
Expand Down

0 comments on commit 4e691d0

Please sign in to comment.