HDDS-1087. Fix TestDefaultCertificateClient#testSignDataStream. Contributed by Xiaoyu Yao. (#596)

(cherry picked from commit 86d508c7c7)
This commit is contained in:
Xiaoyu Yao 2019-03-13 11:50:53 -07:00 committed by Ajay Kumar
parent 34f0ad064d
commit eeb7d63046
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class TestDefaultCertificateClient {
@Test @Test
public void testSignDataStream() throws Exception { public void testSignDataStream() throws Exception {
String data = RandomStringUtils.random(100); String data = RandomStringUtils.random(100, UTF);
// Expect error when there is no private key to sign. // Expect error when there is no private key to sign.
LambdaTestUtils.intercept(IOException.class, "Error while " + LambdaTestUtils.intercept(IOException.class, "Error while " +
"signing the stream", "signing the stream",