mirror of https://github.com/apache/kafka.git
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:
parent
38f3b2835d
commit
37fdbb3575
|
@ -265,7 +265,7 @@ public class TransactionsCommandTest {
|
||||||
assertCommandFailure(new String[]{
|
assertCommandFailure(new String[]{
|
||||||
"--bootstrap-server",
|
"--bootstrap-server",
|
||||||
"localhost:9092",
|
"localhost:9092",
|
||||||
"force-terminate"
|
"forceTerminateTransaction"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue