Skip to content

Commit

Permalink
Remove httpmime dependency and upgraded to httpclient5
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo110597@ibm.com
  • Loading branch information
Khushboo Sharma committed Jun 6, 2024
1 parent 1c6a6d4 commit 25d9539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void testBundleDeployHelper_unauthenticated401_noContentType() throws Exc
File bundleArchive = new File(bundleFilePath);

expectedException.expect(BundleDeployException.class);
expectedException.expectMessage("Http response: HTTP/1.1 401 Unauthorized");
expectedException.expectMessage("Http response: 401");

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

0 comments on commit 25d9539

Please sign in to comment.