MINOR:- Edit test in transaction command (#19746)
CI / build (push) Waiting to run Details

The test incorrectly used force-terminate instead of
forceTerminateTransaction

Reviewers: Justine Olshan <jolshan@confuent.io>, Kuan-Po Tseng
 <brandboat@gmail.com>, Ken Huang <s7133700@gmail.com>
This commit is contained in:
Ritika Reddy 2025-05-20 10:23:38 -07:00 committed by GitHub
parent 38f3b2835d
commit 37fdbb3575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class TransactionsCommandTest {
assertCommandFailure(new String[]{ assertCommandFailure(new String[]{
"--bootstrap-server", "--bootstrap-server",
"localhost:9092", "localhost:9092",
"force-terminate" "forceTerminateTransaction"
}); });
} }