HDDS-52. Fix TestSCMCli#testInfoContainer.
Contributed by Mukul Kumar Singh.
This commit is contained in:
parent
a5449d3631
commit
7e26e1f216
|
@ -331,7 +331,7 @@ public class TestSCMCli {
|
|||
|
||||
openStatus = data.isOpen() ? "OPEN" : "CLOSED";
|
||||
expected = String
|
||||
.format(formatStrWithHash, container.getContainerID(), openStatus,
|
||||
.format(formatStr, container.getContainerID(), openStatus,
|
||||
data.getDBPath(), data.getContainerPath(), "",
|
||||
datanodeDetails.getHostName(), datanodeDetails.getHostName());
|
||||
assertEquals(expected, out.toString());
|
||||
|
|
Loading…
Reference in New Issue