Skip to content

Commit 25d9539

Browse files
Remove httpmime dependency and upgraded to httpclient5
Signed-off-by: Khushboo110597@ibm.com
1 parent 1c6a6d4 commit 25d9539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/ibm/cics/bundle/deploy/BundleDeployHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void testBundleDeployHelper_unauthenticated401_noContentType() throws Exc
144144
File bundleArchive = new File(bundleFilePath);
145145

146146
expectedException.expect(BundleDeployException.class);
147-
expectedException.expectMessage("Http response: HTTP/1.1 401 Unauthorized");
147+
expectedException.expectMessage("Http response: 401");
148148

149149
BundleDeployHelper.deployBundle(new URI(wireMockRule.baseUrl()), bundleArchive, "bundle", "csdgroup", "cicsplex", "region", "username", "password".toCharArray(), true);
150150
}

0 commit comments

Comments
 (0)