Skip to content

Commit

Permalink
Add CLI parameter to specify streams application ID
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 22, 2024
1 parent 9e7fdc7 commit 21880d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void run() {
}

@Test
@ExpectSystemExitWithStatus(2)
@ExpectSystemExitWithStatus(1)
void shouldExitWithErrorCodeOnInconsistentAppId() {
KafkaApplication.startApplication(new KafkaStreamsApplication() {
@Override
Expand Down

0 comments on commit 21880d1

Please sign in to comment.